diff options
| author | Igor Minar | 2013-01-10 12:33:57 -0800 | 
|---|---|---|
| committer | Igor Minar | 2013-01-17 00:51:56 -0800 | 
| commit | 78699c62eae3874c5d7f8ab6ac6f67cd38aabc27 (patch) | |
| tree | a96d6ec8083f3a274046325f07f952f13bd61415 /docs/src | |
| parent | 49f9e4cef13e68ff85b3c160cf8fac6e7cd042a3 (diff) | |
| download | angular.js-78699c62eae3874c5d7f8ab6ac6f67cd38aabc27.tar.bz2 | |
chore(docs): use done() instead of end() 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 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) { | 
