From bb113f8932257fd79c569ccb8a9e689d70eb9727 Mon Sep 17 00:00:00 2001 From: Jyoti Deka Date: Tue, 7 Jan 2014 07:14:44 -0500 Subject: [PATCH] Resizable: whitespace fixed --- ui/jquery.ui.resizable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js index 66ee69a577d..3470e88eb52 100644 --- a/ui/jquery.ui.resizable.js +++ b/ui/jquery.ui.resizable.js @@ -712,7 +712,7 @@ $.ui.plugin.add( "resizable", "containment", { that.containerElement = $( ce ); - if ( / document/.test( oc ) || oc === document ) { + if ( /document/.test( oc ) || oc === document ) { that.containerOffset = { left: 0, top: 0