Skip to content

Commit

Permalink
TODO items, #78
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 21, 2017
1 parent c3b32ea commit 630c017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/linegame/view/ChallengeNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ define( function( require ) {
baseColor: 'red',
textFill: 'white'
};
//TODO #78 TextPushButton.dispose required
//TODO #78 TextPushButton.removeListener required?
var skipButton = new TextPushButton( 'Skip',
_.extend( { listener: model.skipCurrentChallenge.bind( model ) }, devButtonOptions ) ); // skips the current challenge.
//TODO #78 TextPushButton.dispose required
//TODO #78 TextPushButton.removeListener required?
var replayButton = new TextPushButton( 'Replay',
_.extend( { listener: model.replayCurrentChallenge.bind( model ) }, devButtonOptions ) ); // replays the current challenge.
var devButtonsParent = new Node( { children: [ skipButton, replayButton ] } );
Expand Down

0 comments on commit 630c017

Please sign in to comment.