Fixed semicolon error in event.

This commit is contained in:
John Resig 2006-08-13 02:59:19 +00:00
parent 8aca450f43
commit 41c94b4688

View File

@ -1662,4 +1662,4 @@ new function(){
jQuery.event.add( window, "load", jQuery.ready );
}
}
};