Skip to content

Commit

Permalink
Color removed from Atomic and Macro models, addresses grunt errors, see
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarlow12 committed Nov 9, 2017
1 parent 94f9b71 commit 527e1f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion js/atomic/model/CoulombsLawAtomicModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ define( function( require ) {

// modules
var Charge = require( 'COULOMBS_LAW/common/model/Charge' );
var Color = require( 'SCENERY/util/Color' );
var coulombsLaw = require( 'COULOMBS_LAW/coulombsLaw' );
var CoulombsLawCommonModel = require( 'COULOMBS_LAW/common/model/CoulombsLawCommonModel' );
var inherit = require( 'PHET_CORE/inherit' );
Expand Down
1 change: 0 additions & 1 deletion js/macro/model/CoulombsLawMacroModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ define( function( require ) {

// modules
var Charge = require( 'COULOMBS_LAW/common/model/Charge' );
var Color = require( 'SCENERY/util/Color' );
var coulombsLaw = require( 'COULOMBS_LAW/coulombsLaw' );
var CoulombsLawCommonModel = require( 'COULOMBS_LAW/common/model/CoulombsLawCommonModel' );
var inherit = require( 'PHET_CORE/inherit' );
Expand Down

0 comments on commit 527e1f2

Please sign in to comment.