Lines Matching defs:js
20 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',
543 'replaceStr': '-debug.js'
795 * //out.js will contain Node and YQL modules
857 * @param {String} config.type Required, the component type (js or css)
2017 if (modules.js.length) {
2061 if (!modules.js.length && !modules.css.length) {
2099 if (modules.js.length) {
2101 Y.Get.js(modules.js, {
2143 * <code>type</code> can be "js" or "css". Both script and
2228 * @return {Object} Object hash (js and css) of two arrays of file lists
2249 resolved = { js: [], jsMods: [], css: [], cssMods: [] },
2250 type = self.loadType || 'js';
2334 resCombos[j] = resCombos[j] || { js: [], jsMods: [], css: [], cssMods: [] };
2428 path: 'mod.js'