code format

This commit is contained in:
Hakim El Hattab 2016-05-23 10:54:40 +02:00
parent 884d3cd177
commit 9cd7f3f37b
1 changed files with 14 additions and 13 deletions

View File

@ -2615,6 +2615,7 @@
.concat( dom.controlsNext ).forEach( function( node ) {
node.classList.remove( 'enabled' );
node.classList.remove( 'fragmented' );
// Set 'disabled' attribute on all directions
node.setAttribute( 'disabled', 'disabled' );
} );