UNPKG

applitude

Version:

Simple Module Management

15 lines (13 loc) 298 B
(function (app) { var namespace = 'applitudeTest', whenAppInitFinished = app.deferred(); app(namespace, { debug: true }, { beforeRender: [whenAppInitFinished.promise()], optionAdded: true, whenAppInitFinished: whenAppInitFinished }); }(applitude));