1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-24 22:22:38 +00:00
seahub/static/scripts/app/main.js
2015-04-22 15:31:49 +08:00

7 lines
112 B
JavaScript

define([
'app/router'
], function(Router){
app.router = new Router();
Backbone.history.start();
});