mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
resizable: removed unneeded isVisible method
This commit is contained in:
parent
93b8dc8b9d
commit
eb716cf0f1
@ -786,8 +786,4 @@ $.ui.plugin.add("resizable", "grid", {
|
||||
|
||||
});
|
||||
|
||||
function isVisible(element) {
|
||||
return !($(element).is(':hidden') || $(element).parents(':hidden').length);
|
||||
}
|
||||
|
||||
})(jQuery);
|
||||
|
Loading…
Reference in New Issue
Block a user