Browse Source

EAGLESIX-3004: Stray character removed.

Scott Munday 11 years ago
parent
commit
a0a6b0b375
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/pipeline/matcher/MatchExpressionParser.js

+ 1 - 1
lib/pipeline/matcher/MatchExpressionParser.js

@@ -280,7 +280,7 @@ proto._parseAll = function _parseAll(name, element, level){
  *
  */
 proto._parseArrayFilterEntries = function _parseArrayFilterEntries(entries, theArray){
-	var status, e, r; s
+	var status, e, r;
 	for (var i = 0; i < theArray.length; i++) {
 		e = theArray[i];