Skip to content

Commit

Permalink
Added review discussion, see #317
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 5, 2017
1 parent 0d3430a commit db1fb3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/view/FixedCircuitElementNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ define( function( require ) {
}, options );

// @private {boolean} - whether an icon is being rendered
this.icon = options.icon; // TODO: rename isIcon
// @REVIEW^(samreid): Do you prefer `icon` or `isIcon` for this variable/property/option name?
this.icon = options.icon;

// @public (read-only) {CircuitElement}
this.circuitElement = circuitElement;
Expand Down

0 comments on commit db1fb3e

Please sign in to comment.