1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-28 19:25:03 +00:00
seahub/static/scripts/main.js
2015-04-22 15:31:49 +08:00

5 lines
153 B
JavaScript

//Load common code that includes config, then load the app logic for this page.
require(['./common'], function (common) {
require(['app/main']);
});