Skip to content

Commit

Permalink
Fixed lint issues, see phetsims/axon#116
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 2, 2018
1 parent 0eed23b commit 82521d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/Sim.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ define( function( require ) {
// modules
var ariaHerald = require( 'SCENERY_PHET/accessibility/ariaHerald' );
var BarrierRectangle = require( 'SCENERY_PHET/BarrierRectangle' );
var BooleanIO = require( 'TANDEM/types/BooleanIO' );
var BooleanProperty = require( 'AXON/BooleanProperty' );
var Bounds2 = require( 'DOT/Bounds2' );
var Brand = require( 'BRAND/Brand' );
Expand Down Expand Up @@ -43,7 +42,6 @@ define( function( require ) {
var platform = require( 'PHET_CORE/platform' );
var Profiler = require( 'JOIST/Profiler' );
var Property = require( 'AXON/Property' );
var PropertyIO = require( 'AXON/PropertyIO' );
var ScreenshotGenerator = require( 'JOIST/ScreenshotGenerator' );
var soundManager = require( 'TAMBO/soundManager' );
var Tandem = require( 'TANDEM/Tandem' );
Expand Down

0 comments on commit 82521d0

Please sign in to comment.