浏览代码

EAGLESIX-3004: Stray character removed.

Scott Munday 11 年之前
父节点
当前提交
a0a6b0b375
共有 1 个文件被更改,包括 1 次插入1 次删除
  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){
 proto._parseArrayFilterEntries = function _parseArrayFilterEntries(entries, theArray){
-	var status, e, r; s
+	var status, e, r;
 	for (var i = 0; i < theArray.length; i++) {
 	for (var i = 0; i < theArray.length; i++) {
 		e = theArray[i];
 		e = theArray[i];