mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 23:56:18 +00:00
7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
![]() |
define([
|
||
|
'app/routers/organization'
|
||
|
], function(Router){
|
||
|
new Router();
|
||
|
Backbone.history.start();
|
||
|
});
|