Another $ bites the dust. Should be all of them now.

This commit is contained in:
Brandon Aaron 2006-11-01 21:59:56 +00:00
parent 939e92bea6
commit 40b55adf5c

View file

@ -843,7 +843,7 @@ jQuery.extend({
if ( type == "json" ) eval( "data = " + data );
// evaluate scripts within html
if ( type == "html" ) $("<div>").html(data).evalScripts();
if ( type == "html" ) jQuery("<div>").html(data).evalScripts();
return data;
},