Skip to content

Commit

Permalink
resizable: removed unneeded isVisible method
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bakaus committed Jan 23, 2009
1 parent 93b8dc8 commit eb716cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/ui.resizable.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -786,8 +786,4 @@ $.ui.plugin.add("resizable", "grid", {


}); });


function isVisible(element) {
return !($(element).is(':hidden') || $(element).parents(':hidden').length);
}

})(jQuery); })(jQuery);

0 comments on commit eb716cf

Please sign in to comment.