...
Wiki Markup |
---|
There majority of the application is contained within an immediately invoked function expression \[aka IIFE\]. _The IIFE is in place without using the _module pattern_ which could expose some of the IIFE globally if that was needed. |
The MIT and APP globals are defined outside of the IIFE and are used directly from wihin the IIFE.
...