You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 17:59:40 UTC

[couchdb-escodegen] 02/04: Removed an obsolete export of addInlineComment

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

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

commit 7f7ad83dbd0fbaafb6549e663a35997671942198
Author: gadisn <ga...@users.noreply.github.com>
AuthorDate: Mon Jun 6 09:14:22 2016 +0300

    Removed an obsolete export of addInlineComment
---
 escodegen.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/escodegen.js b/escodegen.js
index 988a889..2c02192 100644
--- a/escodegen.js
+++ b/escodegen.js
@@ -2584,6 +2584,5 @@
     exports.browser = false;
     exports.FORMAT_MINIFY = FORMAT_MINIFY;
     exports.FORMAT_DEFAULTS = FORMAT_DEFAULTS;
-    exports._addInlineComment = addInlineComment
 }());
 /* vim: set sw=4 ts=4 et tw=80 : */