[Pkg-mozext-commits] [adblock-plus] 282/464: Fixed: for..in loops are removed on rewrite

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:25 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 486f1f50159ffa004aa5a988180ba78d7bad972a
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Fri Aug 24 14:45:33 2012 +0200

    Fixed: for..in loops are removed on rewrite
---
 scripts/abprewrite.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/abprewrite.js b/scripts/abprewrite.js
index ea2b564..8e302e5 100644
--- a/scripts/abprewrite.js
+++ b/scripts/abprewrite.js
@@ -334,6 +334,8 @@ function modifyForInStatement(ast)
       body: block
     };
   }
+
+  return ast;
 }
 
 process_js = function(ast, filename, args)

-- 
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