Resizable: whitespace fixed

Closes gh-1162
This commit is contained in:
Jyoti Deka 2014-01-07 07:14:44 -05:00 committed by Jörn Zaefferer
parent d1b3755dd4
commit 9413043a9e

View File

@ -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