Skip to content

Commit

Permalink
Updated to treat "unload" as force ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanndutoit committed Nov 13, 2017
1 parent 7d33330 commit 04b2f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ module.exports = exports = function(options) {
Page.loadEventFired(() => {

// check if done
handleLoadCheck();
handleLoadCheck(true);

});

Expand Down

0 comments on commit 04b2f0d

Please sign in to comment.