Skip to content

Commit

Permalink
Removed unused require statement, see #222
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 4, 2015
1 parent ae2de50 commit ff21331
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/Sim.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ define( function( require ) {
var SimJSON = require( 'JOIST/SimJSON' );
var Path = require( 'SCENERY/nodes/Path' );
var Rectangle = require( 'SCENERY/nodes/Rectangle' );
var Color = require( 'SCENERY/util/Color' );
var Shape = require( 'KITE/Shape' );
var Profiler = require( 'JOIST/Profiler' );
var FocusLayer = require( 'SCENERY/accessibility/FocusLayer' );
Expand Down

0 comments on commit ff21331

Please sign in to comment.