Yes you can use them inside the AMD module but keep in mind once you add an event listener on the window object it will be called everytime there is an action:ajaxify.end. If you don't want it triggered after you leave that page you need to turn it off with $(window).off('eventName', myMethod)
plugin latest version not getting updated
-
i have forked and updated a plugin then pushed it to a new NPM package the latest version number is not getting updated though the latest version is 0.3.4 and thats what i get if i install with npm but if i used nbbpm it only pulls 0.3.3
-
it seems to have fixed itself im guessing the numbers are cached then?
-
@lewismcmahon I believe nbbpm pulls info from NPM on a schedule, so it will take some time to update in certain cases.
-