mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-26 06:03:44 +00:00
Missed ";"
This commit is contained in:
parent
96475d2621
commit
3436ece988
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
});
|
||||
Loading…
Reference in a new issue