Prechádzať zdrojové kódy

EAGLESIX-3004: Stray character removed.

Scott Munday 11 rokov pred
rodič
commit
a0a6b0b375

+ 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];