Skip to content

Commit

Permalink
Removed resize() remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
xfra35 authored and joonas-lahtinen committed Nov 17, 2015
1 parent d04a375 commit dc42d4e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions jquery.modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,6 @@
return that;
};

$.modal.resize = function() {
if (!current) return;
current.resize();
};

// Returns if there currently is an active modal
$.modal.isActive = function () {
return current ? true : false;
Expand Down

0 comments on commit dc42d4e

Please sign in to comment.