Skip to content

Commit

Permalink
instrumented blast for phet-io, #5
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 9, 2017
1 parent 2b20319 commit bb2c284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/blast/BlastScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ define( function( require ) {
} );

Screen.call( this,
function() { return new BlastModel( tandem ); },
function( model ) { return new BlastScreenView( model, options.particleColor, tandem ); },
function() { return new BlastModel( tandem.createTandem( 'model' ) ); },
function( model ) { return new BlastScreenView( model, options.particleColor, tandem.createTandem( 'view' ) ); },
options );
}

Expand Down

0 comments on commit bb2c284

Please sign in to comment.