@@ -85,16 +85,16 @@ function AmberCompiler(amber_dir) {
*/
var createDefaultConfiguration = function () {
return {
- 'load': [],
+ load: [],
- 'stFiles': [],
+ stFiles: [],
- 'jsGlobals': [],
+ jsGlobals: [],
- 'amdNamespace': 'amber_core',
+ amdNamespace: 'amber_core',
- 'libraries': [],
+ libraries: [],
- 'jsLibraryDirs': [],
+ jsLibraryDirs: [],
- 'compile': [],
+ compile: [],
- 'compiled': [],
+ compiled: [],
- 'outputDir': undefined,
+ outputDir: undefined,
- 'verbose': false
+ verbose: false
};