tot - Check-in [31]
Not logged in
[Browse]  [Home]  [Login]  [Reports]  [Search]  [Timeline
  [Patchset
Check-in Number: 31
Date: 2007-Apr-13 11:31:45 (local)
2007-Apr-13 09:31:45 (UTC)
User:rse
Branch:
Comment: remember that Firefox and Opera work just fine with the load event
Tickets:
Inspections:
Files:
jquery/jquery.xsajax.js      30 -> 31
Modified: jquery/jquery.xsajax.js
===================================================================
--- jquery/jquery.xsajax.js	2007-04-13 08:33:15 UTC (rev 30)
+++ jquery/jquery.xsajax.js	2007-04-13 09:31:45 UTC (rev 31)
@@ -91,7 +91,8 @@
                         .text(helper);
                 }
                 else {
-                    /* use regular "onload" event for all other browsers */
+                    /* use regular "onload" event for all other browsers,
+                       including Firefox and Opera. */
                     $(node).load(callback);
                 }
             }