• Great - you know you can also do stuff like:

    (function() {
     var _setWatch = setWatch;
     setWatch = function(...) { _setWatch(...); }
    })()
    

    To fix up the existing setWatch implementation to how you want it. Any modules should then use your new setWatch.

About

Avatar for Gordon @Gordon started