mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +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.onUpdate = onUpdate;
|
||||
this.current = current;
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue