Skip to content

Commit

Permalink
refactor bug fix to Display from Sim.js, phetsims/scenery#1006
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 20, 2019
1 parent 60b1164 commit 6074cea
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 @@ -23,7 +23,6 @@ define( require => {
const Display = require( 'SCENERY/display/Display' );
const DotUtil = require( 'DOT/Util' );// eslint-disable-line
const Emitter = require( 'AXON/Emitter' );
const Features = require( 'SCENERY/util/Features' );
const Heartbeat = require( 'JOIST/Heartbeat' );
const HomeScreen = require( 'JOIST/HomeScreen' );
const HomeScreenView = require( 'JOIST/HomeScreenView' );
Expand Down

0 comments on commit 6074cea

Please sign in to comment.