1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00
Files
seahub/media/assets/scripts/main.ee715e56433e.js
2015-04-28 16:43:28 +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']);
});