Skip to content

Commit

Permalink
Documenting issue for #763
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Apr 5, 2018
1 parent ef8ff9d commit 3fd2d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/nodes/Node.js
Original file line number Diff line number Diff line change
Expand Up @@ -4907,7 +4907,7 @@ define( function( require ) {
this.removeAllChildren();
this.detach();

Events.prototype.dispose.call( this ); // TODO: don't rely on Events
Events.prototype.dispose.call( this ); // TODO: don't rely on Events, see https://github.com/phetsims/scenery/issues/490
PhetioObject.prototype.dispose.call( this );
},

Expand Down

0 comments on commit 3fd2d0b

Please sign in to comment.