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
In the documentation, it says that the 'add' event will be "fired when a new Agility object is added to the object's container" (http://agilityjs.com/docs/docs.html#events-agility). However, instead of triggering 'add', the _container._insertObject() function is triggering either 'append', 'prepend', 'after', or 'before', depending on which function is used to add the object. I'm not sure which ones you want it to trigger, just letting you know about the conflict so you can fix it as you please.
The text was updated successfully, but these errors were encountered:
In the documentation, it says that the 'add' event will be "fired when a new Agility object is added to the object's container" (http://agilityjs.com/docs/docs.html#events-agility). However, instead of triggering 'add', the _container._insertObject() function is triggering either 'append', 'prepend', 'after', or 'before', depending on which function is used to add the object. I'm not sure which ones you want it to trigger, just letting you know about the conflict so you can fix it as you please.
The text was updated successfully, but these errors were encountered: