From 40776b996dc6fa4be05d71cd4c8d1fe7fecd6690 Mon Sep 17 00:00:00 2001 From: indexzero Date: Mon, 5 Dec 2011 20:26:14 -0500 Subject: [PATCH] [minor] Whitespace update --- lib/director/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/director/router.js b/lib/director/router.js index 80a6f27..d3848a2 100644 --- a/lib/director/router.js +++ b/lib/director/router.js @@ -147,7 +147,7 @@ Router.prototype.configure = function (options) { // // TODO: Global once // - this.every = { + this.every = { after: options.after || null, before: options.before || null, on: options.on || null