jQuery: The Write Less, Do More JavaScript Library

Changeset 3857

Show
Ignore:
Timestamp:
11/19/07 16:15:51 (9 months ago)
Author:
brandon.aaron
Message:

Fix for #1933

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/src/event.js

    r3825 r3857  
    454454// Window isn't included so as not to unbind existing unload events 
    455455jQuery(window).bind("unload", function() { 
    456     $("*").add(document).unbind(); 
     456    jQuery("*").add(document).unbind(); 
    457457});