prevent loading error for ace language tools extension in development

This commit is contained in:
Brian Gough 2015-05-05 14:33:18 +01:00
parent bb071e99fa
commit 6014085e8e

View file

@ -99,6 +99,9 @@ block content
}, },
"ace/ext-searchbox": { "ace/ext-searchbox": {
deps: ["ace/ace"] deps: ["ace/ace"]
},
"ace/ext-language_tools": {
deps: ["ace/ace"]
} }
}, },
config:{ config:{