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

7 lines
112 B
JavaScript
Raw Normal View History

2015-04-11 07:14:56 +00:00
define([
'app/router'
], function(Router){
app.router = new Router();
Backbone.history.start();
});