X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fevent.js;h=9922e021914db3a7361a547fc33ad0c80ca94084;hb=e6a481e533dc25ecf4d25123d6515c61a97a7f19;hp=492724933e47d65449f0fbdcb6fe9183cfa7d6fa;hpb=5e99807271ebe194b7f0278a929b053b4dd46c81;p=jquery.git diff --git a/src/event.js b/src/event.js index 4927249..9922e02 100644 --- a/src/event.js +++ b/src/event.js @@ -453,5 +453,5 @@ function bindReady(){ // And prevent errors on refresh with events like mouseover // Window isn't included so as not to unbind existing unload events jQuery(window).bind("unload", function() { - $("*").add(document).unbind(); + jQuery("*").add(document).unbind(); });