mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Resizable: whitespace fixed
Closes gh-1162
This commit is contained in:
parent
d1b3755dd4
commit
9413043a9e
2
ui/jquery.ui.resizable.js
vendored
2
ui/jquery.ui.resizable.js
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user