diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2015-01-27 22:07:32 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2015-01-27 22:07:32 -0500 |
commit | 337e4110b0cb60c73bb27be2e2b855a75a0c4b2e (patch) | |
tree | 6ce39b67c6704ffca7cb46b786a74fdbe4387b7c /ui/resizable.js | |
parent | 79c4fa1e7a09a3d28f0f8ff7a5b9f41a6d6e123d (diff) | |
download | jquery-ui-337e4110b0cb60c73bb27be2e2b855a75a0c4b2e.tar.gz jquery-ui-337e4110b0cb60c73bb27be2e2b855a75a0c4b2e.zip |
Resizable: Whitespace Cleanup
Diffstat (limited to 'ui/resizable.js')
-rw-r--r-- | ui/resizable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/resizable.js b/ui/resizable.js index 7eb747e76..d1f7f50f6 100644 --- a/ui/resizable.js +++ b/ui/resizable.js @@ -948,7 +948,7 @@ $.ui.plugin.add( "resizable", "containment", { } } - if ( !continueResize ){ + if ( !continueResize ) { that.position.left = that.prevPosition.left; that.position.top = that.prevPosition.top; that.size.width = that.prevSize.width; |