From 9413043a9e6230bce9a0b439a6e78c86fa0d38af Mon Sep 17 00:00:00 2001 From: Jyoti Deka Date: Tue, 7 Jan 2014 07:14:44 -0500 Subject: Resizable: whitespace fixed Closes gh-1162 --- ui/jquery.ui.resizable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js index 66ee69a57..3470e88eb 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 -- cgit v1.2.3