tot - Difference in jquery/jquery.xsajax.js versions 34 and 35
Not logged in
[Browse]  [Home]  [Login]  [Reports]  [Search]  [Timeline
  [History
Modified: jquery/jquery.xsajax.js
===================================================================
--- jquery/jquery.xsajax.js	2007-04-13 09:44:24 UTC (rev 34)
+++ jquery/jquery.xsajax.js	2007-04-13 09:45:27 UTC (rev 35)
@@ -43,9 +43,9 @@
                 .attr('type', 'text/javascript')
                 .attr('src', arg.url);
 
-            /* optionally apply on-load handler for
-               garbage collecting <script> node after loading
-               or calling a custom callback function */
+            /* optionally apply event handler to <script> node for
+               garbage collecting <script> node after loading and/or
+               calling a custom callback function */
             var node_helper = null;
             if (arg.gc || arg.cb !== null) {
                 var callback = function () {