Jake Delaney 11 лет назад
Родитель
Сommit
2e97305aa3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/pipeline/expressions/SetIsSubsetExpression.js

+ 1 - 1
lib/pipeline/expressions/SetIsSubsetExpression.js

@@ -11,7 +11,7 @@
 
 
 var SetIsSubsetExpression = module.exports = function SetIsSubsetExpression() {
 var SetIsSubsetExpression = module.exports = function SetIsSubsetExpression() {
 
 
-	if (arguments.length != 0) throw new Error("SetIsSubsetExpression constructor must be called with no args");
+	if (arguments.length !== 0) throw new Error("SetIsSubsetExpression constructor must be called with no args");
 
 
 	base.call(this);
 	base.call(this);
 }, klass = SetIsSubsetExpression,
 }, klass = SetIsSubsetExpression,