Skip to content

Commit

Permalink
Resizable: Add missing var declaration to new _reset function/subrout…
Browse files Browse the repository at this point in the history
…ine.
  • Loading branch information
allpro authored and scottgonzalez committed Jun 10, 2010
1 parent a78d5ee commit aa416fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.resizable.js
Expand Up @@ -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
Expand Down

0 comments on commit aa416fc

Please sign in to comment.