diff options
Diffstat (limited to 'test/ngScenario/dslSpec.js')
| -rw-r--r-- | test/ngScenario/dslSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ngScenario/dslSpec.js b/test/ngScenario/dslSpec.js index f94ec583..2553fadd 100644 --- a/test/ngScenario/dslSpec.js +++ b/test/ngScenario/dslSpec.js @@ -53,7 +53,7 @@ describe("angular.scenario.dsl", function() { // Just use the real one since it delegates to this.addFuture $root.addFutureAction = angular.scenario. SpecRunner.prototype.addFutureAction; - jqLite($window.document).html(''); + jqLite($window.document).empty(); })); afterEach(function(){ |
