Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 16, 2019
1 parent 6006cd2 commit 5cdb0d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/blackbox/model/BlackBoxSceneModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ define( require => {
const Resistor = require( 'CIRCUIT_CONSTRUCTION_KIT_COMMON/model/Resistor' );
const Switch = require( 'CIRCUIT_CONSTRUCTION_KIT_COMMON/model/Switch' );
const Vector2 = require( 'DOT/Vector2' );
const Vertex = require( 'CIRCUIT_CONSTRUCTION_KIT_COMMON/model/Vertex' );
const Wire = require( 'CIRCUIT_CONSTRUCTION_KIT_COMMON/model/Wire' );

// constants
Expand Down

0 comments on commit 5cdb0d0

Please sign in to comment.