1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-29 03:35:08 +00:00
seahub/static/scripts/sysadmin-app/main.js

7 lines
121 B
JavaScript
Raw Normal View History

2016-03-16 05:30:00 +00:00
define([
'sysadmin-app/router'
], function(Router){
app.router = new Router();
Backbone.history.start();
});