Skip to content

Commit

Permalink
restore !options.children assertion #141
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Aug 15, 2017
1 parent e16432d commit d6013ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/view/TracerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ define( function( require ) {
} );

// Rendering order
assert && assert( !options.children, 'this type sets its own children' );
options.children = [
haloNode,
crosshairMount,
Expand Down

0 comments on commit d6013ba

Please sign in to comment.