Fixed return type

This commit is contained in:
Richard Davey 2023-01-10 23:25:13 +00:00
parent e9c6afca74
commit f770be1cca

View file

@ -539,6 +539,8 @@ var EmitterOp = new Class({
this.onEmit = onEmit;
this.onUpdate = onUpdate;
this.current = current;
return this;
},
/**