mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-05 00:54:57 -05:00
resizable: removed unneeded isVisible method
This commit is contained in:
@@ -786,8 +786,4 @@ $.ui.plugin.add("resizable", "grid", {
|
||||
|
||||
});
|
||||
|
||||
function isVisible(element) {
|
||||
return !($(element).is(':hidden') || $(element).parents(':hidden').length);
|
||||
}
|
||||
|
||||
})(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user