mirror of
https://github.com/wassname/phaser.git
synced 2026-08-13 12:30:11 +08:00
More docs and quick patch to stop the body.allowRotation messing things up.
This commit is contained in:
@@ -40,7 +40,7 @@ Phaser.SignalBinding = function (signal, listener, isOnce, listenerContext, prio
|
||||
|
||||
/**
|
||||
* @property {object|undefined|null} context - Context on which listener will be executed (object that should represent the `this` variable inside listener function).
|
||||
* @memberOf SignalBinding.prototype
|
||||
* @memberof SignalBinding.prototype
|
||||
*/
|
||||
this.context = listenerContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user