UNPKG
jcms
Version:
latest (0.0.1)
0.0.1
un cms utilisant node.js et mongoDB
jcms
/
modules
/
core
/
admin
/
js
/
module.js
17 lines
(10 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*globals Backbone, Route*/
(
function
(
) {
"use strict"
;
function
Module
(
) { }
Module
.
prototype
.
init
=
function
(
) { };
Module
.
prototype
.
start
=
function
(
) { }; }());