diff options
| author | Vojta Jina | 2011-06-15 22:58:32 +0200 |
|---|---|---|
| committer | Igor Minar | 2011-06-15 22:58:57 -0700 |
| commit | 7460a7ef618a274607ea99aecae99fb158115c36 (patch) | |
| tree | 72a215d1e51c4f91caf5bf8cac33d42117ae9f24 /src | |
| parent | 3c87611188fc1612fe5d07e245a992b25146f2bf (diff) | |
| download | angular.js-7460a7ef618a274607ea99aecae99fb158115c36.tar.bz2 | |
Fix test for scenario.Application - should remove old iframe
This behavior was changed by e83465c362c53ac7451183a775456f3112262f6e
So this commit should have been part of e83465c362c53ac7451183a775456f3112262f6e
Also removed hiding and navigating to about:blank as it makes no sense now...
Diffstat (limited to 'src')
| -rw-r--r-- | src/scenario/Application.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scenario/Application.js b/src/scenario/Application.js index c94581e2..28561ed3 100644 --- a/src/scenario/Application.js +++ b/src/scenario/Application.js @@ -57,7 +57,6 @@ angular.scenario.Application.prototype.navigateTo = function(url, loadFn, errorF frame.attr('src', url); this.executeAction(loadFn); } else { - frame.css('display', 'none').attr('src', 'about:blank'); frame.remove(); this.context.find('#test-frames').append('<iframe>'); frame = this.getFrame_(); |
