aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/DSL.js
diff options
context:
space:
mode:
authorMisko Hevery2010-05-25 14:23:52 -0700
committerMisko Hevery2010-05-25 14:23:52 -0700
commit5992e81b2e302c3b3375567e347227f6a9496585 (patch)
tree754f22bc649905c5265f66e8f78a0b5d49e9af38 /src/scenario/DSL.js
parent2cce1ffc15ae6483da9cf354f7a5d2d26317427e (diff)
downloadangular.js-5992e81b2e302c3b3375567e347227f6a9496585.tar.bz2
added rake task to create a single file for scenario runner
Diffstat (limited to 'src/scenario/DSL.js')
-rw-r--r--src/scenario/DSL.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scenario/DSL.js b/src/scenario/DSL.js
index 842f7c7a..8cbb256d 100644
--- a/src/scenario/DSL.js
+++ b/src/scenario/DSL.js
@@ -5,6 +5,7 @@ angular.scenario.dsl.browser = {
self.testFrame.load(function(){
self.testFrame.unbind();
self.testDocument = jQuery(self.testWindow.document);
+ self.testWindow = self.testFrame[0].contentWindow;
done();
});
if (this.testFrame.attr('src') == url) {