From 337e4110b0cb60c73bb27be2e2b855a75a0c4b2e Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Tue, 27 Jan 2015 22:07:32 -0500 Subject: Resizable: Whitespace Cleanup --- ui/resizable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') 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; -- cgit v1.2.3