Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

JavaScript Scopes

  • window
    • APP
    • MIT
    • private application scope 

Wiki Markup

...

There majority of the application 

...

is contained within and _immediately invoked function expression \[aka IIFE\].  _The IIFE is in place without using module pattern 

...

which could expose 

...

some of 

...

the 

...

IIFE globally.

The MIT

...

and

...

APP

...

globals are defined outside of the IIFE and are used directly from wihin the IIFE.