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
Current approach is a bit of a hack, especially in terms of how it's a nested object with the this scope of parent.
Should use a more typical approach, probably implement a plugininst.on("event_name", func). This would have the benefit of being able to optimise events and would make it easier to implement prioritisation (issue #20).
The text was updated successfully, but these errors were encountered:
Current approach is a bit of a hack, especially in terms of how it's a nested object with the this scope of parent.
Should use a more typical approach, probably implement a
plugininst.on("event_name", func)
. This would have the benefit of being able to optimise events and would make it easier to implement prioritisation (issue #20).The text was updated successfully, but these errors were encountered: