Skip to content

Commit 5f41f9c

Browse files
arschmitzscottgonzalez
authored andcommitted
Plugin: Fix line length issues
Ref jquerygh-1690
1 parent 3272081 commit 5f41f9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/plugin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ return $.ui.plugin = {
2828
return;
2929
}
3030

31-
if ( !allowDisconnected && ( !instance.element[ 0 ].parentNode || instance.element[ 0 ].parentNode.nodeType === 11 ) ) {
31+
if ( !allowDisconnected && ( !instance.element[ 0 ].parentNode ||
32+
instance.element[ 0 ].parentNode.nodeType === 11 ) ) {
3233
return;
3334
}
3435

0 commit comments

Comments
 (0)