aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.core.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-10 13:20:06 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-10 13:20:06 +0000
commit3db93ce80f76ed345cb1188b8ec83b7c1858cf50 (patch)
treea5ade9f69ac34f1c2e353e9586d8d459651c13ad /ui/ui.core.js
parentc95e3b27a491dd4ef0466e6fcac36e1f684f9671 (diff)
downloadjquery-ui-3db93ce80f76ed345cb1188b8ec83b7c1858cf50.tar.gz
jquery-ui-3db93ce80f76ed345cb1188b8ec83b7c1858cf50.zip
Removed UTF-8 BOM again. Turns out it was added by Notepad.
Diffstat (limited to 'ui/ui.core.js')
-rw-r--r--ui/ui.core.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/ui.core.js b/ui/ui.core.js
index 2835953da..16f12f962 100644
--- a/ui/ui.core.js
+++ b/ui/ui.core.js
@@ -1,4 +1,4 @@
-/*
+/*
* jQuery UI @VERSION
*
* Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
@@ -247,7 +247,7 @@ $.extend($.expr[':'], {
// $.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] || [];