rename To_Moz_Literal to To_Moz_RegExp
authorkzc <zaxxon2011@gmail.com>
Sun, 1 Nov 2015 15:20:42 +0000 (10:20 -0500)
committerkzc <zaxxon2011@gmail.com>
Sun, 1 Nov 2015 15:20:42 +0000 (10:20 -0500)
lib/mozilla-ast.js

index 0a439a5..15be458 100644 (file)
         };
     });
 
-    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",