Skip to content

Commit 9413043

Browse files
dekajpjzaefferer
authored andcommitted
Resizable: whitespace fixed
Closes jquerygh-1162
1 parent d1b3755 commit 9413043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.resizable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ $.ui.plugin.add( "resizable", "containment", {
712712

713713
that.containerElement = $( ce );
714714

715-
if ( / document/.test( oc ) || oc === document ) {
715+
if ( /document/.test( oc ) || oc === document ) {
716716
that.containerOffset = {
717717
left: 0,
718718
top: 0

0 commit comments

Comments
 (0)