getApp

getApp() ⇒ Object

SUGAR.App contains the core instance of the app.

Kind: global function
Returns: Object - Application instance.
Since: v0.0.1
Example

// undefined
 getApp() // -> {}

 // defined
 // SUGAR = {
 //     App: {
 //         otherKey: { ... }
 //     }
 // }
 getApp() // -> otherKey { ... }