mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
[backbone] Merge into one library app
This commit is contained in:
6
static/scripts/app/main.js
Normal file
6
static/scripts/app/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
define([
|
||||
'app/router'
|
||||
], function(Router){
|
||||
app.router = new Router();
|
||||
Backbone.history.start();
|
||||
});
|
Reference in New Issue
Block a user