Skip to content

Commit

Permalink
JSDoc, see #398
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Feb 22, 2018
1 parent 042736c commit f496290
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@ define( function( require ) {
this.clearTracks();
},

/**
* Clear all draggable tracks from the screen. For "Intro" and "Friction" screens, this will no-op, only clears
* "Playground" screen.
*/
clearTracks: function() {

// For the first two screens, make the default track physical
Expand Down

0 comments on commit f496290

Please sign in to comment.