瀏覽代碼

EAGLESIX-3004: Addressed comments concerning missing semicolons.

Scott Munday 11 年之前
父節點
當前提交
117d3918f8
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      lib/pipeline/matcher/TextMatchExpression.js
  2. 1 1
      lib/pipeline/matcher/TextMatchExpressionParser.js

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

@@ -37,7 +37,7 @@ proto.getQuery = function getQuery() {
  */
 proto.getLanguage = function getLanguage() {
 	return this._language;
-}
+};
 
 /**
  * Check if the input element matches.

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

@@ -18,7 +18,7 @@ var _expressionParserTextCallbackReal = function _expressionParserTextCallbackRe
 	}
 
 	return e.release();
-}
+};
 
 module.exports = {
 	expressionParserTextCallbackReal: _expressionParserTextCallbackReal