From 3436ece988bf1a6dfe467e0902b02d21f2506d08 Mon Sep 17 00:00:00 2001 From: kangax Date: Sat, 28 Jul 2012 17:56:52 +0200 Subject: [PATCH] Missed ";" --- build_docs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_docs.js b/build_docs.js index 57b954a2..15668665 100644 --- a/build_docs.js +++ b/build_docs.js @@ -5,6 +5,6 @@ var command = 'java -jar lib/jsdoc-toolkit/jsrun.jar \ -t=lib/jsdoc-toolkit/templates/jsdoc \ -d=site/docs HEADER.js src/ src/util/'; -exec(command, function (error, output) { - console.log(output) +exec(command, function (error, output) { + console.log(output); }); \ No newline at end of file