Skip to content

Commit

Permalink
REVIEW: Updating tandem reference to screenView. #48
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Jan 23, 2019
1 parent 6ebe2e5 commit 90a9744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bounce/BounceScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ define( require => {
return model;
},
// REVIEW: In general, do we need `tandem.createTandem( 'view' )`?
model => { return new BounceScreenView( model, tandem ); },
model => { return new BounceScreenView( model, tandem.createTandem( 'view' ) ); },
options
);
}
Expand Down

0 comments on commit 90a9744

Please sign in to comment.