updated for version 7.4.350
Problem:    Using C indenting for Javascript does not work well for a {} block
            inside parenthesis.
Solution:   When looking for a matching paren ignore one that is before the
            start of a {} block.
diff --git a/src/testdir/test3.ok b/src/testdir/test3.ok
index d73a5e1..edd9e23 100644
--- a/src/testdir/test3.ok
+++ b/src/testdir/test3.ok
@@ -1728,6 +1728,10 @@
 JSSTART
 (function($){
 
+	if (cond &&
+			cond) {
+		stmt;
+	}
 	var class_name='myclass';
 
 	function private_method() {