From 04347e5a0daadf021995328616102816fb8b2d4c Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 10 Aug 2010 18:16:44 -0400 Subject: Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Problem with JavaScriptPacker. --- ui/jquery.ui.resizable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.ui.resizable.js') diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js index 59a977b74..a835ef9a8 100644 --- a/ui/jquery.ui.resizable.js +++ b/ui/jquery.ui.resizable.js @@ -595,7 +595,7 @@ $.ui.plugin.add("resizable", "alsoResize", { // reset position for Opera - no need to verify it was changed el.css({ position: el.data("resizable-alsoresize").position }); }); - } + }; if (self._revertToRelativePosition) { self._revertToRelativePosition = false; -- cgit v1.2.3