From fd822bdaf9d04e522aaa5400b673f333190abe98 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 7 Oct 2011 11:27:49 -0700 Subject: chore(formating): clean code to be function() { --- docs/src/gen-docs.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/src/gen-docs.js') 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() {}; -- cgit v1.2.3