From be2b41f7067c36649bc9f0c84b520e9c267c385b Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Mon, 2 Jun 2008 03:05:09 +0000 Subject: Removing extra blank line at the end - it break the yui compressor --- ui/source/ui.core.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui') 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 -- cgit v1.2.3