Removed (hopefully) all references to $ within the jQuery code itself
This commit is contained in:
parent
e218628dda
commit
7b2c84ddbe
4 changed files with 8 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue