Closed thibaultponcelet closed 11 years ago
Allows to define set the same handler for multiple events with a simple syntax:
this.eventBusReceiver.onEvents([ "an event", "another event", ... ], function(event, callback) { /* Do something */});
Closed by c82c5d45f2f962a36a6fa88559fc503129f45a51
Allows to define set the same handler for multiple events with a simple syntax: