wrath Posted February 20, 2016 Share Posted February 20, 2016 Hello, Phaser.Signal.boundDispatch isn't working properly for me. var signal = new Phaser.Signal(); var dispatch = signal.boundDispatch; console.log(dispatch); // true dispatch('hello'); // Uncaught TypeError: dispatch is not a function I think this line should be the following: _boundDispatch: false, So that the initializer properly creates the closure. Thanks! Link to comment Share on other sites More sharing options...
rich Posted February 20, 2016 Share Posted February 20, 2016 github issue or it doesn't happen. Link to comment Share on other sites More sharing options...
Recommended Posts