Skip to content

Commit

Permalink
Sorted require statements, see phetsims/chipper#595
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jul 26, 2017
1 parent 5958415 commit 256ea5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/circuit-construction-kit-dc-virtual-lab-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ define( function( require ) {

// modules
require( 'SCENERY/nodes/Image' ); // Image is required for making toDataURLNodeSynchronous work in the built version
var Input = require( 'SCENERY/input/Input' );
var LabScreen = require( 'CIRCUIT_CONSTRUCTION_KIT_DC/lab/LabScreen' );
var Sim = require( 'JOIST/Sim' );
var SimLauncher = require( 'JOIST/SimLauncher' );
var Tandem = require( 'TANDEM/Tandem' );
var Input = require( 'SCENERY/input/Input' );

// constants
var tandem = Tandem.createRootTandem();
Expand Down

0 comments on commit 256ea5d

Please sign in to comment.