mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 00:54:43 +00:00
Fixed bad variable reference.
This commit is contained in:
parent
0479ff5239
commit
706f580531
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ $.extend( $.support, {
|
|||
$.media = (function() {
|
||||
// TODO: use window.matchMedia once at least one UA implements it
|
||||
var cache = {},
|
||||
$html = $( "html" ),
|
||||
testDiv = $( "<div id='jquery-mediatest'>" ),
|
||||
fakeBody = $( "<body>" ).append( testDiv );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue