freescout/freescout-dist/resources/assets/js/laroute_module.js

10 lines
271 B
JavaScript
Vendored

(function () {
var module_routes = $ROUTES$;
if (typeof(laroute) != "undefined") {
laroute.add_routes(module_routes);
} else {
contole.log('laroute not initialized, can not add module routes:');
contole.log(module_routes);
}
})();