Removing extra blank line at the end - it break the yui compressor

This commit is contained in:
Eduardo Lundgren 2008-06-02 03:05:09 +00:00
parent 13685f50ee
commit be2b41f706

View File

@ -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);