[Pkg-mozext-commits] [adblock-plus] 292/464: Actually, function statement precedence wasn't quite correct yet

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:26 UTC 2014


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

taffit pushed a commit to branch master
in repository adblock-plus.

commit 6f3b6ec761a9a61c0121c2b8285099283468b004
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Mon Aug 27 19:53:35 2012 +0200

    Actually, function statement precedence wasn't quite correct yet
---
 scripts/astDecompile.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/astDecompile.js b/scripts/astDecompile.js
index d4adc8b..088d73a 100644
--- a/scripts/astDecompile.js
+++ b/scripts/astDecompile.js
@@ -190,8 +190,8 @@ let precedence = {
   "UnaryExpression": 14,
   "UpdateExpression": 15,
   "NewExpression": 16,
-  "FunctionExpression": 17,
-  "CallExpression": 18, "MemberExpression": 18
+  "CallExpression": 17, "MemberExpression": 17,
+  "FunctionExpression": 18
   /* Everything else is 19 */
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list