From 519546289cebc1d8fbaebaaa5bd8c966408955c6 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 7 Feb 2011 10:36:45 +0100 Subject: [PATCH] make jslint happy --- Makefile.dryice.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.dryice.js b/Makefile.dryice.js index baeb43e7..7f0aa94b 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -130,7 +130,7 @@ copy({ copy.source.commonjs({ project: project, require: [ 'cockpit/index' ] - }), + }) ], filter: [ copy.filter.moduleDefines ], dest: cockpit @@ -175,7 +175,7 @@ project.assmeAllFilesLoaded(); copy.source.commonjs({ project: project, require: [ 'ace/mode/' + mode ] - }), + }) ], filter: [ copy.filter.moduleDefines, copy.filter.uglifyjs ], dest: "build/src/mode-" + mode + ".js" @@ -200,7 +200,7 @@ copy({ 'pilot/oop', 'ace/mode/javascript_worker' ] - }), + }) ], filter: [ copy.filter.moduleDefines, copy.filter.uglifyjs ], dest: jsWorker @@ -258,7 +258,7 @@ copy({ copy.source.commonjs({ project: project, require: [ 'ace/keyboard/keybinding/' + keybinding ] - }), + }) ], filter: [ copy.filter.moduleDefines, copy.filter.uglifyjs ], dest: "build/src/keybinding-" + keybinding + ".js"