Skip to content

Commit

Permalink
tandem && tandem.createTandem, phetsims/models-of-the-hydrogen-atom#2
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 11, 2016
1 parent 36510a0 commit 6164796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/LaserPointerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ define( function( require ) {
touchExpansion: options.buttonTouchExpansion,
baseColor: options.buttonColor,
center: bodyNode.center,
tandem: options.tandem ? options.tandem.createTandem( 'button' ) : null
tandem: options.tandem && options.tandem.createTandem( 'button' )
};

// @private
Expand Down

0 comments on commit 6164796

Please sign in to comment.