You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to extend all the instances you should pass MicroEvent.mixin(myObj.prototype) if you want to extend a single instance MicroEvent.mixin(myObj). That way you avoid changing behaviors that you don't want.
The text was updated successfully, but these errors were encountered:
If you want to extend all the instances you should pass
MicroEvent.mixin(myObj.prototype)
if you want to extend a single instanceMicroEvent.mixin(myObj)
. That way you avoid changing behaviors that you don't want.The text was updated successfully, but these errors were encountered: