UNPKG

jcms

Version:

un cms utilisant node.js et mongoDB

17 lines (10 loc) 181 B
/*globals Backbone, Route*/ (function () { "use strict"; function Module() { } Module.prototype.init = function () { }; Module.prototype.start = function () { }; }());