UNPKG
applitude
Version:
latest (0.6.11)
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.2
0.6.1
0.6.0
0.5.1
0.3.1
0.3.0
0.1.4
Simple Module Management
dilvie/applitude
applitude
/
examples
/
app.js
15 lines
(13 loc)
•
298 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(
function
(
app
) {
var
namespace =
'applitudeTest'
, whenAppInitFinished = app.
deferred
();
app
(namespace, {
debug
:
true
}, {
beforeRender
: [whenAppInitFinished.
promise
()],
optionAdded
:
true
,
whenAppInitFinished
: whenAppInitFinished }); }(applitude));