Change window to global in the most outer IIFE parameters.
commitdc649a33e081c7beb083b04956731aa410eb6b3f
authorMichał Gołębiowski <m.goleb@gmail.com>
Sun, 17 Nov 2013 00:06:44 +0000 (17 01:06 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Sun, 17 Nov 2013 00:06:44 +0000 (17 01:06 +0100)
treed4e5b2098931c95a3a303cb7afe8741437c4c08b
parent8f7db68cbf1cdc3677d89dc1191bc50c8d47a82f
Change window to global in the most outer IIFE parameters.

In the most outer IIFE it’s not yet known if the global is window or not.
Using the window variable to denote the global was misleading in that case,
especially that the code didn’t make such assumption, requiring to provide
a Web-like window separately. Renaming window to global clears the confusion.
src/intro.js