From 6eecc42409d0c67abd1a4275545df8d612040af5 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Mon, 1 Oct 2012 21:06:53 -0600 Subject: [PATCH] Add missing ; --- Makefile.dryice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.dryice.js b/Makefile.dryice.js index 814b1c5e..807058a2 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -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'], ");