Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave 'Smitty' Schmitz authored and Dave 'Smitty' Schmitz committed Sep 24, 2016
1 parent 011e949 commit a05f05d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions js/common/shopping/model/NumberLine.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ define( function( require ) {

return inherit( URNumberLine, NumberLine, {

// no dispose, persists for the lifetime of the sim.

/**
* create type marker arrays, one for each type (i.e. apples, carrots, etc..)
* @public @override
Expand Down
2 changes: 2 additions & 0 deletions js/common/shopping/model/URShoppingModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ define( function( require ) {

return inherit( PropertySet, URShoppingModel, {

// no dispose, persists for the lifetime of the sim.

/**
* create type marker arrays, one for each type (i.e. apples, carrots, etc..)
* @public @override
Expand Down
2 changes: 1 addition & 1 deletion js/common/shopping/view/URShoppingScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ define( function( require ) {
this.numberLineNode.reset();
this.scaleNode.reset();
this.shelfNode.reset();
},
}

} ); // inherit

Expand Down
2 changes: 2 additions & 0 deletions js/common/view/URNumberLineNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ define( function( require ) {

return inherit( AccordionBox, URNumberLineNode, {

// no dispose, persists for the lifetime of the sim.

/**
* Sets length of the number line in pixels
* @param {number} length
Expand Down

0 comments on commit a05f05d

Please sign in to comment.