Searched defs:req (Results 1 - 1 of 1) sorted by relevance
/yui3/src/get/js/ |
H A D | get.js | 552 i, len, req, url; 566 req = {attributes: {}}; 573 req.url = url; 577 Y.mix(req, url, false, null, 0, true); 584 Y.mix(req, options, false, null, 0, true); 589 if (!req.type) { 591 req.type = 'css'; 597 req.type = 'js'; 603 Y.mix(req, req [all...] |
Completed in 59 milliseconds