Skip to content

Commit

Permalink
rename tandem, #98
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 7, 2017
1 parent fc34922 commit 707a026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/resistance-in-a-wire/ResistanceInAWireScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ define( function( require ) {
*/
function ResistanceInAWireScreen( tandem ) {
Screen.call( this,
function() { return new ResistanceInAWireModel( tandem.createTandem( 'resistanceInAWireModel' ) ); },
function( model ) { return new ResistanceInAWireScreenView( model, tandem.createTandem( 'resistanceInAWireScreenView' ) ); }, {
function() { return new ResistanceInAWireModel( tandem.createTandem( 'model' ) ); },
function( model ) { return new ResistanceInAWireScreenView( model, tandem.createTandem( 'view' ) ); }, {
backgroundColorProperty: new Property( '#ffffdf' ),
tandem: tandem
}
Expand Down

0 comments on commit 707a026

Please sign in to comment.