Changeset 245 for lang/javascript/misc/loader.js.inc
- Timestamp:
- 09/20/07 19:09:33 (16 months ago)
- Files:
-
- 1 modified
-
lang/javascript/misc/loader.js.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/misc/loader.js.inc
r243 r245 68 68 // ([ 69 69 // {'jQuery':'/lib/jquery.js'}, // 1st 70 // {'jQuery.iDrag':'/lib/idrag.js', 'jQuery.iDrop':'/lib/idrop.js'}, // 2nd 71 // // 2nd, idrag.js and idrop.js, are loaded at the same time. 70 // 71 // {'jQuery.iUtil':'/lib/iutil.js', // 72 // 'jQuery.iDrag':'/lib/idrag.js', // 2nd 73 // 'jQuery.iDrop':'/lib/idrop.js'}, // 74 // // iutil.js, idrag.js and idrop.js are loaded at the same time. 75 // 72 76 // {'jQuery.iSort':'/lib/isortables.js'}, // 3rd 73 // '/main.js' // last 74 // // It will not check property, if you specify string instead of object. 77 // 78 // '/myutil.js' // 4th 79 // // It is loaded without property check. 75 80 // ]) 76 81 // (function() { 77 82 // // Now, these has been correct and ensured. 78 // console.info([jQuery, jQuery.i Drag, jQuery.iDrop, jQuery.iSort]);83 // console.info([jQuery, jQuery.iUtil, jQuery.iDrag, jQuery.iDrop, jQuery.iSort]); 79 84 // })(); 80 //
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)