mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
define([
|
|
'app/routers/group'
|
|
], function(Router){
|
|
app.router = new Router();
|
|
Backbone.history.start();
|
|
});
|