From 7e8ac5e15924919ab1128a38bb667cb76c4bdd4f Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sat, 14 May 2016 14:13:19 -0700 Subject: [PATCH] comments. --- lib/bcoin/env.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/bcoin/env.js b/lib/bcoin/env.js index 5643f17f..a87966d9 100644 --- a/lib/bcoin/env.js +++ b/lib/bcoin/env.js @@ -335,8 +335,7 @@ Environment.prototype.now = function now() { /* * Expose by converting `exports` to an - * Environment. This will later also be - * injected into the BCoin object. + * Environment. */ utils.merge(exports, Environment.prototype);