You are reading a single comment by @Manxome and its replies. Click here to read the full conversation.
  • // minor nitpick...

    function f(scope) { scope.someFunc(); }
    ...
    f(window);

    // works with window = this;, but not with replace window.

About

Avatar for Manxome @Manxome started