Always include the require kernel.

This commit is contained in:
Chad Weider 2012-01-30 21:37:39 -08:00
parent 348e7ef1d5
commit 4bf9b0c805
2 changed files with 1 additions and 4 deletions

View file

@ -223,6 +223,7 @@ function getAceFile(callback) {
if (!settings.minify) {
founds = [];
}
founds.push('$$INCLUDE_JS("../static/js/require-kernel.js")');
data += ';\n';
data += 'Ace2Editor.EMBEDED = Ace2Editor.EMBEDED || {};\n';