]> source.dussan.org Git - jquery.git/commit
Change window to global in the most outer IIFE parameters. (cherry-picked from dc649a...
authorMichał Gołębiowski <m.goleb@gmail.com>
Sun, 17 Nov 2013 00:06:44 +0000 (01:06 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Sun, 17 Nov 2013 00:08:53 +0000 (01:08 +0100)
commit91586997e0a4d1159cd2407fa53fb16ecbc540a5
treea2f297fe2fc0a6790902f0d5a6cacda12b5a9382
parent54419cb5adbe0ed34f5d28d5f3383ab1f7800449
Change window to global in the most outer IIFE parameters. (cherry-picked from dc649a33e081c7beb083b04956731aa410eb6b3f)

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