Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Make test async
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Klemarewski committed Sep 29, 2014
1 parent d82a238 commit 6fc707b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util-test.html
Expand Up @@ -251,7 +251,7 @@ <h2 id="qunit-userAgent"></h2>

});

test("Mobify.ios8_0ScrollFix", function() {
asyncTest("Mobify.ios8_0ScrollFix", function() {
var html = document.createElement('html');
var head = document.createElement('head');
html.appendChild(head);
Expand Down

0 comments on commit 6fc707b

Please sign in to comment.