code format
This commit is contained in:
parent
884d3cd177
commit
9cd7f3f37b
@ -2615,6 +2615,7 @@
|
|||||||
.concat( dom.controlsNext ).forEach( function( node ) {
|
.concat( dom.controlsNext ).forEach( function( node ) {
|
||||||
node.classList.remove( 'enabled' );
|
node.classList.remove( 'enabled' );
|
||||||
node.classList.remove( 'fragmented' );
|
node.classList.remove( 'fragmented' );
|
||||||
|
|
||||||
// Set 'disabled' attribute on all directions
|
// Set 'disabled' attribute on all directions
|
||||||
node.setAttribute( 'disabled', 'disabled' );
|
node.setAttribute( 'disabled', 'disabled' );
|
||||||
} );
|
} );
|
||||||
|
Loading…
Reference in New Issue
Block a user