comments.

This commit is contained in:
Christopher Jeffrey 2016-05-14 14:13:19 -07:00
parent 493f0092e4
commit 7e8ac5e159
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -335,8 +335,7 @@ Environment.prototype.now = function now() {
/* /*
* Expose by converting `exports` to an * Expose by converting `exports` to an
* Environment. This will later also be * Environment.
* injected into the BCoin object.
*/ */
utils.merge(exports, Environment.prototype); utils.merge(exports, Environment.prototype);