This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to reference refs/pull/302/head
in repository https://gitbox.apache.org/repos/asf/couchdb-escodegen.git

commit 65b90817ce7be16143eb5d6ad764f957d2e73434
Author: Chris Smith <[email protected]>
AuthorDate: Wed Jun 8 16:32:03 2016 +0700

    fix global escodegen reference in entrypoint.js
---
 tools/entry-point.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/entry-point.js b/tools/entry-point.js
index 4c363e3..f77b5b5 100644
--- a/tools/entry-point.js
+++ b/tools/entry-point.js
@@ -25,5 +25,5 @@
 (function () {
     'use strict';
     global.escodegen = require('../escodegen');
-    escodegen.browser = true;
+    global.escodegen.browser = true;
 }());

Reply via email to