diff options
author | Jyoti Deka <dekajp@gmail.com> | 2014-01-07 07:14:44 -0500 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-01-09 19:41:25 +0100 |
commit | 9413043a9e6230bce9a0b439a6e78c86fa0d38af (patch) | |
tree | 9a9f8f87ce5e60714a295c5f2f59f899b09a5116 /ui/jquery.ui.resizable.js | |
parent | d1b3755dd43cd555f20db6446e86335557c25839 (diff) | |
download | jquery-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.js | 2 |
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 |