Skip to content

Commit

Permalink
Removed unused property, see #317
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 5, 2017
1 parent 09a000b commit 48ddcbe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/view/CircuitLayerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,6 @@ define( function( require ) {
circuit.charges.addItemAddedListener( function( charge ) {
self.chargeLayer.addChild( new ChargeNode( charge ) );
} );

// @public - Filled in by black box study, if it is running.
//REVIEW: Needs type docs? What's going on here?
this.blackBoxNode = null;
}

circuitConstructionKitCommon.register( 'CircuitLayerNode', CircuitLayerNode );
Expand Down

0 comments on commit 48ddcbe

Please sign in to comment.