phetsims / kite

A library for creating, manipulating and displaying 2D shapes in JavaScript.
http://scenerystack.org/
MIT License
15 stars 6 forks source link

triggering in invalidate method of EllipticalArc #60

Closed veillette closed 7 years ago

veillette commented 8 years ago

The invalidate method of EllipticalArc does not send a trigger at the end, unlike Arc.js, etc.

 this.trigger0( 'invalidated' );

I dont know if this is an oversight.