Removed (hopefully) all references to $ within the jQuery code itself

This commit is contained in:
Jörn Zaefferer 2006-10-06 17:15:33 +00:00
parent e218628dda
commit 7b2c84ddbe
4 changed files with 8 additions and 12 deletions

View file

@ -1658,7 +1658,7 @@ new function(){
};
// Clean up after IE to avoid memory leaks
if ($.browser.msie) $(window).unload(function() {
if (jQuery.browser.msie) jQuery(window).unload(function() {
var event = jQuery.event, global = event.global;
for (var type in global) {
var els = global[type], i = els.length;