Skip to content

Commit

Permalink
fix RangeIO import #38
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <cmalley@pixelzoom.com>
  • Loading branch information
pixelzoom committed Jun 8, 2018
1 parent 589ed31 commit 0e12d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/Spring.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ define( function( require ) {

// ifphetio
var NumberIO = require( 'ifphetio!PHET_IO/types/NumberIO' );
var RangeIO = require( 'ifphetio!PHET_IO/types/RangeIO' );
var RangeIO = require( 'ifphetio!DOT/RangeIO' );

/**
* @param {Object} [options]
Expand Down

0 comments on commit 0e12d7e

Please sign in to comment.