Skip to content

Commit

Permalink
Fix popstate frame calling test
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jan 22, 2013
1 parent fa1b0bb commit 4f4b04b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/unit/pjax_fallback.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ asyncTest("adds entry to browser history"+s, function() {
var frame = this.frame
var count = 0

frame.onpopstate = function() {
window.iframeLoad(frame)
}

this.loaded = function() {
count++

Expand Down

0 comments on commit 4f4b04b

Please sign in to comment.