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