aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scenario/DSL.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scenario/DSL.js b/src/scenario/DSL.js
index d57a61df..96447aaf 100644
--- a/src/scenario/DSL.js
+++ b/src/scenario/DSL.js
@@ -56,12 +56,12 @@ angular.scenario.dsl.repeater = function(selector) {
var self = this;
var doCollect = bind(this, function() {
var repeaterArray = [];
- this.testDocument.find(selector).each(function(index) {
+ this.testDocument.find(selector).each(function() {
var element = angular.extend(self.jQuery(this),
{bindings: [],
boundTo: function(name) { return this.bindings[name]; }}
);
from django.conf import settings from djangorestframework.resource import Resource from djangorestframework.response import Response, status from djangorestframework.emitters import BaseEmitter from pygments.formatters import HtmlFormatter from pygments.lexers import get_lexer_by_name from pygments import highlight from forms import PygmentsForm import os import uuid import operator # We need somewhere to store the code that we highlight HIGHLIGHTED_CODE_DIR