Skip to content

Commit af26327

Browse files
committed
0.0.19
1 parent 2d4c44a commit af26327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pbox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
this._scope = null;
329329
$document.unbind("mousedown.pbox" + this._id);
330330
$document.unbind("keydown.pbox" + this._id);
331-
$(window).off(this._windowResize);
331+
$(window).off('resize', this._windowResize);
332332
};
333333

334334
BoxModal.prototype.close = function (result) {

0 commit comments

Comments
 (0)