]> source.dussan.org Git - jquery-ui.git/commitdiff
resizable: removed unneeded isVisible method
authorPaul Bakaus <paul.bakaus@googlemail.com>
Fri, 23 Jan 2009 19:28:58 +0000 (19:28 +0000)
committerPaul Bakaus <paul.bakaus@googlemail.com>
Fri, 23 Jan 2009 19:28:58 +0000 (19:28 +0000)
ui/ui.resizable.js

index 4e574fe405ede30f8d0f6dfa79e1b4b9ef159631..497dfaff90e38e42b26d28ae9663b06103dbf012 100644 (file)
@@ -786,8 +786,4 @@ $.ui.plugin.add("resizable", "grid", {
 
 });
 
-function isVisible(element) {
-       return !($(element).is(':hidden') || $(element).parents(':hidden').length);
-}
-
 })(jQuery);