aboutsummaryrefslogtreecommitdiffstats
path: root/ui/source/ui.core.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/source/ui.core.js')
-rw-r--r--ui/source/ui.core.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/source/ui.core.js b/ui/source/ui.core.js
index 77713e937..3fe21523d 100644
--- a/ui/source/ui.core.js
+++ b/ui/source/ui.core.js
@@ -1,4 +1,4 @@
-/*
+/*
* jQuery UI @VERSION
*
* Copyright (c) 2008 Paul Bakaus (ui.jquery.com)
@@ -77,7 +77,7 @@ $.fn.remove = function() {
// $.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) {
var methods = $[namespace][plugin].getter || [];
methods = (typeof methods == "string" ? methods.split(/,?\s+/) : methods);
@@ -274,4 +274,4 @@ $.ui.mouse.defaults = {
delay: 0
};
-})(jQuery);
+})(jQuery); \ No newline at end of file