More docs and quick patch to stop the body.allowRotation messing things up.

This commit is contained in:
Richard Davey
2013-10-01 16:56:47 +01:00
parent ca113b85aa
commit 7c7cd8b01d
23 changed files with 5328 additions and 169 deletions
+1 -1
View File
@@ -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;