UNPKG
brite
Version:
latest (1.1.6)
1.1.6
DOM Centric Minimalistic MVC Framework
britejs.org
BriteSnow/brite
brite
/
sample
/
draw
/
js
/
demo-commons.js
11 lines
(8 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* * Commons modules and functions for the demo application */
var
demo = demo || {};
// --------- appLauncher --------- //
(
function
(
) { })();
// --------- /appLauncher --------- //