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
DCL v1's advise.after() etc. methods returned an object with a destroy() method, but DCL v2's methods return an object with just unadvise() and remove().
DCL v1's advise.after() etc. methods returned an object with a destroy() method, but DCL v2's methods return an object with just unadvise() and remove().
According to http://www.dcljs.org/2.x/docs/advise_js/after/ there should still be a destroy() method in v2. Additionally, it would be convenient to use with Cleanable#pushCleanup().
The text was updated successfully, but these errors were encountered: