Skip to content

Commit

Permalink
jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 23, 2017
1 parent 896e910 commit 87d06a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion js/linegame/model/BaseGameModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,12 @@ define( function( require ) {
graphingLines.register( 'BaseGameModel.GamePhaseProperty', GamePhaseProperty );

inherit( Property, GamePhaseProperty, {
/** @override */

/**
* @param value
* @public
* @override
*/
set: function( value ) {
this.hook( value );
Property.prototype.set.call( this, value );
Expand Down

0 comments on commit 87d06a2

Please sign in to comment.