aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.resizable.js
diff options
context:
space:
mode:
authorPaul Bakaus <paul.bakaus@googlemail.com>2009-01-23 19:28:58 +0000
committerPaul Bakaus <paul.bakaus@googlemail.com>2009-01-23 19:28:58 +0000
commiteb716cf0f19239598427ba5e304276f8873c471a (patch)
treecfacb55ae027841653c6e1ddefd6220394c4f2b2 /ui/ui.resizable.js
parent93b8dc8b9deb7dcf59dd8b6788577644ae42899c (diff)
downloadjquery-ui-eb716cf0f19239598427ba5e304276f8873c471a.tar.gz
jquery-ui-eb716cf0f19239598427ba5e304276f8873c471a.zip
resizable: removed unneeded isVisible method
Diffstat (limited to 'ui/ui.resizable.js')
-rw-r--r--ui/ui.resizable.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/ui.resizable.js b/ui/ui.resizable.js
index 4e574fe40..497dfaff9 100644
--- a/ui/ui.resizable.js
+++ b/ui/ui.resizable.js
@@ -786,8 +786,4 @@ $.ui.plugin.add("resizable", "grid", {
});
-function isVisible(element) {
- return !($(element).is(':hidden') || $(element).parents(':hidden').length);
-}
-
})(jQuery);