Show
Ignore:
Timestamp:
09/23/07 21:19:56 (15 months ago)
Author:
holidays-l
Message:

lang/javascript/misc/loader.js.inc: Fixed SYNOPSIS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/misc/loader.js.inc

    r264 r265  
    5757// }) 
    5858// ([ 
    59 //     {'jQuery':'/lib/jquery.js'}, // 1st 
     59//     {'jQuery':'http://example.com/js/jquery.js'}, // 1st 
    6060// 
    61 //     {'jQuery.iUtil':'/lib/iutil.js',  // 
    62 //      'jQuery.iDrag':'/lib/idrag.js',  // 2nd 
    63 //      'jQuery.iDrop':'/lib/idrop.js'}, // 
     61//     {'jQuery.iUtil':'http://example.com/js/iutil.js',  // 
     62//      'jQuery.iDrag':'http://example.com/js/idrag.js',  // 2nd 
     63//      'jQuery.iDrop':'http://example.com/js/idrop.js'}, // 
    6464//      // iutil.js, idrag.js and idrop.js are loaded at the same time. 
    6565// 
    66 //     {'jQuery.iSort':'/lib/isortables.js'}, // 3rd 
     66//     {'jQuery.iSort':'http://example.com/js/isortables.js'}, // 3rd 
    6767// 
    68 //     '/myutil.js' // 4th 
     68//     'http://example.com/myutil.js' // 4th 
    6969//     // It is loaded without property check. 
    7070// ])