r1077 - trunk/ui

r1077 - trunk/ui

Author: rdworth
Date: Wed Dec 10 05:20:06 2008
New Revision: 1077
Modified:
trunk/ui/ui.core.js
Log:
Removed UTF-8 BOM again. Turns out it was added by Notepad.
Modified: trunk/ui/ui.core.js
==============================================================================
--- trunk/ui/ui.core.js    (original)
+++ trunk/ui/ui.core.js    Wed Dec 10 05:20:06 2008
@@ -1,4 +1,4 @@
-/*
+/*
* jQuery UI @VERSION
*
* Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
@@ -247,7 +247,7 @@
// $.widget is a factory to create jQuery plugins
// taking some boilerplate code out of the plugin code
-// created by Scott González and Jörn Zaefferer
+// created by Scott Gonz�lez and J�rn Zaefferer
function getter(namespace, plugin, method, args) {
    function getMethods(type) {
        var methods = $[namespace][plugin][type] || [];