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