mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Removing extra blank line at the end - it break the yui compressor
This commit is contained in:
parent
13685f50ee
commit
be2b41f706
@ -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);
|
Loading…
Reference in New Issue
Block a user