freescout-support/resources/assets/js/laroute_module.js
2018-09-23 09:37:12 -07:00

10 lines
No EOL
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);
}
})();