Fixed bad variable reference.

This commit is contained in:
Scott González 2010-09-17 14:34:03 -04:00
parent 0479ff5239
commit 706f580531

View file

@ -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 );