Add missing ;
This commit is contained in:
parent
acce02adcd
commit
6eecc42409
1 changed files with 1 additions and 1 deletions
|
|
@ -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'], ");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue