phetsims/axon

Property.events should be converted to Emitter

Closed this issue · 1 comments

Discovered during #82, Property uses this code for phet-io:

    // @private Internal Events for sending startedCallbacksForChanged & endedCallbacksForChanged
    this.events = new Events();

Perhaps this should use Emitter as well.

Property now uses Emitter, closing.