aa416fc
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
Resizable: Add missing var declaration to new _reset function/subroutine.
Showing 1 changed file with 1 addition and 1 deletion.
@@ -589,7 +589,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
stop: function (event, ui) {
var self = $(this).data("resizable");
- _reset = function (exp) {
+ var _reset = function (exp) {
$(exp).each(function() {
var el = $(this);
// reset position for Opera - no need to verify it was changed
aa416fc