diff options
Diffstat (limited to 'docs/src/gen-docs.js')
| -rwxr-xr-x | docs/src/gen-docs.js | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js index 5e642686..eecc98cc 100755 --- a/docs/src/gen-docs.js +++ b/docs/src/gen-docs.js @@ -7,7 +7,7 @@ var reader = require('reader.js'),      appCache = require('appCache.js').appCache,      Q = require('qq'); -process.on('uncaughtException', function (err) { +process.on('uncaughtException', function(err) {    console.error(err.stack || err);  }); @@ -93,6 +93,6 @@ function writeTheRest(writesFuture) {  } -function now(){ return new Date().getTime(); } +function now() { return new Date().getTime(); } -function noop(){}; +function noop() {}; | 
