millermedeiros / js-signals

Custom Event/Messaging system for JavaScript inspired by AS3-Signals
http://millermedeiros.github.com/js-signals/
1.97k stars 179 forks source link

add a method to retrieve the Signal instance from the SignalBinding? #48

Closed millermedeiros closed 11 years ago

millermedeiros commented 12 years ago

I never needed this feature but I just realized that we don't expose the Signal on the SignalBinding, it is only stored as a pseudo-private property.

PS: I don't think the user should be able to swap the Signal (it might cause errors)... it should be just a getter.