Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • window
    • APP
      • io
        • app
        • user
        • comments
        • worksets
        • workset
        • search
        • costobject
        • person
        • scenario
      • model
        • comment
        • costobject
        • scenario
        • pickList
        • preference
        • people
        • worksest
      • grids
        • forecasting
        • worksets
        • objList
        • tracking
        • cost_object_status
        • search
        • dwsearch
        • glList
      • slickGrids
        • authGrid
        • forecastingGrid
        • summaryGrid
        • trackingGrid
        • wsPeopleCoGrid
        • myWSgrid
      • dialogs
      • picklists
      • router
    • MIT
      • RAFT
    • private application scope

Wiki MarkupThe majority of the application is contained within an immediately invoked function expression \function expression [aka IIFE\].  _ The IIFE is in place without using the \in place without using the _module pattern_ which could expose some of the IIFE globally if that was needed.

The APP global is defined outside of the IIFE and is used directly from within the IIFE.  

...