Konstantin Frankov
Results
1
issues of
Konstantin Frankov
Hi, It would be nice if there was method to unsubscribe events. There is: if (options && options.listeners) { Object.getOwnPropertyNames(options.listeners) .filter(function (propName) { return typeof options.listeners[propName] === 'function'; }) .forEach(function...