Add missing ;

This commit is contained in:
bootstraponline 2012-10-01 21:06:53 -06:00 committed by nightwing
commit 6eecc42409

View file

@ -336,7 +336,7 @@ function buildAce(options) {
dest: targetDir + "/theme-" + theme + ".js"
});*/
// use this instead, to not create separate modules for js and css
var themePath = ACE_HOME + "/lib/ace/theme/" + theme
var themePath = ACE_HOME + "/lib/ace/theme/" + theme;
var js = fs.readFileSync(themePath + ".js", "utf8");
js = js.replace("define(", "define('ace/theme/" + theme + "', ['require', 'exports', 'module', 'ace/lib/dom'], ");