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

/yui3/src/base/js/
H A DBaseBuild.js3 * can be used to create custom classes, by aggregating extensions onto
90 custom,
98 custom = cfg.custom;
116 if (custom) {
117 for (i in custom) {
118 if (custom.hasOwnProperty(i)) {
119 custom[i](i, r, s);
177 cfgCustBuild = (cfg && cfg.custom),
190 if (buildCfg.custom) {
[all...]

Completed in 11 milliseconds