Phil Murray 11 лет назад
Родитель
Сommit
98c7796377
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      lib/ArrayRunner.js
  2. 1 1
      lib/Runner.js

+ 1 - 1
lib/ArrayRunner.js

@@ -86,4 +86,4 @@ proto.reset = function reset(){
 	this._array = [];
 	this._position = 0;
 	this._state = Runner.RunnerState.RUNNER_DEAD;
-}
+};

+ 1 - 1
lib/Runner.js

@@ -219,4 +219,4 @@ proto.getInfo = function getInfo(explain, planInfo) {
  */
 proto.reset = function reset(){
 	throw new Error('Not implemented');
-}
+};