UNPKG
jqbrick
Version:
latest (0.0.2)
0.0.2
0.0.0
Bricks for WebApp Directors
github.com/jQbrick/jqbrick
jQbrick/jqbrick
jqbrick
/
index.js
12 lines
(10 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * jQbrick - Bircks For Mobile App Directors * ========================================= */
exports
.
init
=
function
(
) {
console
.
log
(
'jqbrick - init'
); };
exports
.
start
=
function
(
) {
console
.
log
(
'jqbrick - start'
); };