diff options
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 |