aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/Runner.js
diff options
context:
space:
mode:
authorShyam Seshadri2010-08-10 10:48:31 -0700
committerShyam Seshadri2010-08-10 10:48:31 -0700
commit86c2ef87d5069f0836079e171c0f33efcf2b5d24 (patch)
treecc99bb5bfcc1d0ff5a0ac8382c9ffe2352d167bf /src/scenario/Runner.js
parent21d2b43e6c81b7b6b55599f0274495d25411b4f0 (diff)
downloadangular.js-86c2ef87d5069f0836079e171c0f33efcf2b5d24.tar.bz2
Inject jquery into future scope, and rename outer scenario to _window, which is what it is
Diffstat (limited to 'src/scenario/Runner.js')
-rw-r--r--src/scenario/Runner.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scenario/Runner.js b/src/scenario/Runner.js
index 13dfbe7d..ac32559c 100644
--- a/src/scenario/Runner.js
+++ b/src/scenario/Runner.js
@@ -134,6 +134,7 @@ angular.scenario.Runner.prototype = {
},
specThis = createScope({
result: result,
+ jQuery: this.jQuery,
testFrame: this.testFrame,
testWindow: this.testWindow
}, angularService, {});