Skip to content

Commit a8a0b02

Browse files
committed
Merge pull request jquery#469 from polomoshnov/patch-1
Resizable: Removed unnecessary code.
2 parents 4f95be1 + 0b4f808 commit a8a0b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.resizable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ $.widget("ui.resizable", $.ui.mouse, {
292292
if (!trigger) return false;
293293

294294
// Calculate the attrs that will be change
295-
var data = trigger.apply(this, [event, dx, dy]), ie6 = $.browser.msie && $.browser.version < 7, csdif = this.sizeDiff;
295+
var data = trigger.apply(this, [event, dx, dy]);
296296

297297
// Put this in the mouseDrag handler since the user can start pressing shift while resizing
298298
this._updateVirtualBoundaries(event.shiftKey);

0 commit comments

Comments
 (0)