Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit acf1621

Browse files
committed
support tests: update to $.mobile.browser.oldIE
1 parent ce0385e commit acf1621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/support/support_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $.testHelper.excludeFileProtocol(function(){
104104
//here we're just comparing our version to what the conditional compilation finds
105105
var ie = !!$.browser.msie, //get a boolean
106106
version = parseInt( $.browser.version, 10),
107-
jqmdetectedver = $.mobile.browser.ie;
107+
jqmdetectedver = $.mobile.browser.oldIE;
108108

109109
if( ie ){
110110
deepEqual(version, jqmdetectedver, "It's IE and the version is correct");

0 commit comments

Comments
 (0)