If it's a new callback we need it

This commit is contained in:
Richard Davey 2022-12-15 00:40:23 +00:00
parent 2879b12a10
commit e5695cabff

View file

@ -248,7 +248,7 @@ var EmitterOp = new Class({
var method = this.getMethod();
if (method !== this.method)
if (method !== this.method || method === 3)
{
this.setMethods(method);
}