]> source.dussan.org Git - jquery-ui.git/commitdiff
Removed unnecessary code. 469/head
authorpolomoshnov <alex.polomoshnov@gmail.com>
Fri, 23 Sep 2011 01:57:02 +0000 (13:57 +1200)
committerpolomoshnov <alex.polomoshnov@gmail.com>
Fri, 23 Sep 2011 01:57:02 +0000 (13:57 +1200)
ui/jquery.ui.resizable.js

index 673a8fd753b18e99881645caa681a4ae3aabc552..baca11f831914872998f13b3a3aedcb29ec9f885 100644 (file)
@@ -292,7 +292,7 @@ $.widget("ui.resizable", $.ui.mouse, {
                if (!trigger) return false;
 
                // Calculate the attrs that will be change
-               var data = trigger.apply(this, [event, dx, dy]), ie6 = $.browser.msie && $.browser.version < 7, csdif = this.sizeDiff;
+               var data = trigger.apply(this, [event, dx, dy]);
 
                // Put this in the mouseDrag handler since the user can start pressing shift while resizing
                this._updateVirtualBoundaries(event.shiftKey);