Check-in Number:
|
35 | |
Date: |
2007-Apr-13 11:45:27 (local)
2007-Apr-13 09:45:27 (UTC) |
User: | rse |
Branch: | |
Comment: |
final polishing
|
Tickets: |
|
Inspections: |
|
Files: |
|
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 () {