mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Fixed return type
This commit is contained in:
parent
e9c6afca74
commit
f770be1cca
1 changed files with 2 additions and 0 deletions
|
@ -539,6 +539,8 @@ var EmitterOp = new Class({
|
||||||
this.onEmit = onEmit;
|
this.onEmit = onEmit;
|
||||||
this.onUpdate = onUpdate;
|
this.onUpdate = onUpdate;
|
||||||
this.current = current;
|
this.current = current;
|
||||||
|
|
||||||
|
return this;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue