magwo / elevatorsaga

The elevator programming game!
http://play.elevatorsaga.com
MIT License
2.43k stars 319 forks source link

Unbind events? #97

Closed meetwudi closed 8 years ago

meetwudi commented 8 years ago

Is there any API like jQuery.off() that unbinds all event listeners?

Lexicality commented 8 years ago
elevator.off('*');

See also:

meetwudi commented 8 years ago

Thanks! @Lexicality