aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.resizable.js
diff options
context:
space:
mode:
authorJyoti Deka <dekajp@gmail.com>2014-01-07 07:14:44 -0500
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-01-09 19:41:25 +0100
commit9413043a9e6230bce9a0b439a6e78c86fa0d38af (patch)
tree9a9f8f87ce5e60714a295c5f2f59f899b09a5116 /ui/jquery.ui.resizable.js
parentd1b3755dd43cd555f20db6446e86335557c25839 (diff)
downloadjquery-ui-9413043a9e6230bce9a0b439a6e78c86fa0d38af.tar.gz
jquery-ui-9413043a9e6230bce9a0b439a6e78c86fa0d38af.zip
Resizable: whitespace fixed
Closes gh-1162
Diffstat (limited to 'ui/jquery.ui.resizable.js')
-rw-r--r--ui/jquery.ui.resizable.js2
1 files changed, 1 insertions, 1 deletions
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