1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 00:43:53 +00:00
Files
seahub/static/scripts/app/main/group.js

7 lines
119 B
JavaScript
Raw Normal View History

2015-01-21 22:22:34 +08:00
define([
'app/routers/group'
], function(Router){
app.router = new Router();
2015-01-21 22:22:34 +08:00
Backbone.history.start();
});