diff options
| author | Igor Minar | 2013-01-10 12:33:57 -0800 |
|---|---|---|
| committer | Igor Minar | 2013-01-17 00:52:19 -0800 |
| commit | bb80c96754f8bce404e959338d096a15959f815a (patch) | |
| tree | 2762720c4817b87fabb4810ce4185dd5248a3a1e /docs/src/gen-docs.js | |
| parent | 0d8e19c26f941004b0472fe56b2601dc86887668 (diff) | |
| download | angular.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-x | docs/src/gen-docs.js | 2 |
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) { |
