diff options
| author | 2012-12-23 13:02:55 +0100 | |
|---|---|---|
| committer | 2012-12-23 13:02:55 +0100 | |
| commit | 62b750898259ef92158ce01a29a3469c2dbceeea (patch) | |
| tree | c33a0607fd443207b020833a647b8d99cdb58583 /module/web/static/js/app.build.js | |
| parent | removed edit icon, changed color (diff) | |
| download | pyload-62b750898259ef92158ce01a29a3469c2dbceeea.tar.xz | |
added app object + event aggegator
Diffstat (limited to 'module/web/static/js/app.build.js')
| -rw-r--r-- | module/web/static/js/app.build.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/js/app.build.js b/module/web/static/js/app.build.js index ad40b02b6..c2a775981 100644 --- a/module/web/static/js/app.build.js +++ b/module/web/static/js/app.build.js @@ -5,7 +5,7 @@ dir: "../js-optimized", // Tells Require.js to look at desktop.js for all shim and path configurations - mainConfigFile: 'default.js', + mainConfigFile: 'config.js', // Modules to be optimized: modules: [ |
