1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00
Files
seahub/static/scripts/app/main/organization.js

7 lines
126 B
JavaScript
Raw Normal View History

2015-03-07 15:56:10 +08:00
define([
'app/routers/organization'
], function(Router){
app.router = new Router();
2015-03-07 15:56:10 +08:00
Backbone.history.start();
});