[Pkg-javascript-commits] [uglifyjs] 55/190: rename To_Moz_Literal to To_Moz_RegExp

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Aug 7 23:17:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag upstream/2.7.0
in repository uglifyjs.

commit 37ee9de9021f1f34ed7d2f453f58348f2e74764f
Author: kzc <zaxxon2011 at gmail.com>
Date:   Sun Nov 1 10:20:42 2015 -0500

    rename To_Moz_Literal to To_Moz_RegExp
---
 lib/mozilla-ast.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mozilla-ast.js b/lib/mozilla-ast.js
index 0a439a5..15be458 100644
--- a/lib/mozilla-ast.js
+++ b/lib/mozilla-ast.js
@@ -334,7 +334,7 @@
         };
     });
 
-    def_to_moz(AST_RegExp, function To_Moz_Literal(M) {
+    def_to_moz(AST_RegExp, function To_Moz_RegExp(M) {
         var value = M.value;
         return {
             type: "Literal",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git



More information about the Pkg-javascript-commits mailing list