Searched defs:js (Results 1 - 2 of 2) sorted by relevance

/yui3/src/get/tests/getfiles/
H A Ddelay.js7 "js" : "text/javascript",
25 send(res, 200, DEFAULT_JS_CONTENT, EXT_TO_TYPE["js"]);
/yui3/src/loader/js/
H A Dloader.js20 JS = 'js',
109 * so that css is inserted prior to js
302 * minified version of the files (e.g., event-min.js). The filter property
307 * <dd>Selects the debug versions of the library (e.g., event-debug.js).
310 * <dd>Selects the non-minified version of the library (e.g., event.js).
317 * 'searchExp': "-min\\.js",
318 * 'replaceStr': "-debug.js"
538 'searchExp': '-min\\.js',
539 'replaceStr': '.js'
542 'searchExp': '-min\\.js',
[all...]

Completed in 29 milliseconds