diff options
| author | Igor Minar | 2013-01-10 12:33:57 -0800 |
|---|---|---|
| committer | Igor Minar | 2013-05-09 05:23:39 -0700 |
| commit | 5fbf98ec2340882824efdfa345d05ced99ea6989 (patch) | |
| tree | 506544cfbf2f808ac7dc5c9cd3cb744ab471f137 | |
| parent | 5d2bb2c1b9179a66e37ac12241e14b03d42adaba (diff) | |
| download | angular.js-5fbf98ec2340882824efdfa345d05ced99ea6989.tar.bz2 | |
chore(docs): use done() in 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 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) { |
