diff options
| author | Igor Minar | 2013-01-10 12:33:57 -0800 | 
|---|---|---|
| committer | Igor Minar | 2013-05-08 07:57:34 -0700 | 
| commit | 5137a15417314a9c379909d7325feafb40243c34 (patch) | |
| tree | c89630af2755aad46936eb27a65c3e0abf175dc4 /docs/src | |
| parent | 35adade6ac0b4e485b75fe49e0af6338ff816213 (diff) | |
| download | angular.js-5137a15417314a9c379909d7325feafb40243c34.tar.bz2 | |
chore(docs): use done() in gen-docs.js
Diffstat (limited to 'docs/src')
| -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 b05569dd..992c4527 100755 --- a/docs/src/gen-docs.js +++ b/docs/src/gen-docs.js @@ -32,7 +32,7 @@ writer.makeDir('build/docs/', true).then(function() {    });  }).then(function printStats() {    console.log('DONE. Generated ' + docs.length + ' pages in ' + (now()-start) + 'ms.' ); -}); +}).done();  function writeTheRest(writesFuture) { | 
