clean up config object

This commit is contained in:
Brian Gough 2016-09-23 13:51:21 +01:00
parent 837151a395
commit 0946729ae6

View file

@ -109,18 +109,18 @@ block content
"waitSeconds": 0,
"shim": {
"libs/pdf": {
deps: ["libs/#{lib('pdfjs')}/compatibility"]
"deps": ["libs/#{lib('pdfjs')}/compatibility"]
},
"ace/ext-searchbox": {
deps: ["ace/ace"]
"deps": ["ace/ace"]
},
"ace/ext-language_tools": {
deps: ["ace/ace"]
"deps": ["ace/ace"]
}
},
config:{
moment:{
noGlobal: true
"config":{
"moment":{
"noGlobal": true
}
}
};