aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/gen-docs.js
diff options
context:
space:
mode:
authorIgor Minar2013-01-10 12:33:57 -0800
committerIgor Minar2013-01-17 00:52:19 -0800
commitbb80c96754f8bce404e959338d096a15959f815a (patch)
tree2762720c4817b87fabb4810ce4185dd5248a3a1e /docs/src/gen-docs.js
parent0d8e19c26f941004b0472fe56b2601dc86887668 (diff)
downloadangular.js-bb80c96754f8bce404e959338d096a15959f815a.tar.bz2
chore(docs): use done() instead of end() in gen-docs.js
Diffstat (limited to 'docs/src/gen-docs.js')
-rwxr-xr-xdocs/src/gen-docs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js
index a8ca8412..62d22b17 100755
--- a/docs/src/gen-docs.js
+++ b/docs/src/gen-docs.js
@@ -36,7 +36,7 @@ writer.makeDir('build/docs/', true).then(function() {
});
}).then(function printStats() {
console.log('DONE. Generated ' + docs.length + ' pages in ' + (now()-start) + 'ms.' );
-}).end();
+}).done();
function writeTheRest(writesFuture) {