aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/dsl.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenario/dsl.js')
-rw-r--r--src/scenario/dsl.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scenario/dsl.js b/src/scenario/dsl.js
index b4788ad9..2190f7f7 100644
--- a/src/scenario/dsl.js
+++ b/src/scenario/dsl.js
@@ -245,7 +245,6 @@ angular.scenario.dsl('repeater', function() {
chain.row = function(index) {
return this.addFutureAction("repeater '" + this.label + "' row '" + index + "'", function($window, $document, done) {
- var values = [];
var matches = $document.elements().slice(index, index + 1);
if (!matches.length)
return done('row ' + index + ' out of bounds');