Lines Matching defs:mix
48 Y.mix(builtClass, extClass, true, null, 1);
65 Y.mix(builtClass.prototype, px, true);
69 Y.mix(builtClass, build._clean(sx, buildCfg), true);
85 Y.mix(build, {
103 Y.mix(r, s, true, statics);
191 Y.mix(cust, buildCfg.custom, true);
210 Y.mix(cust, buildCfg.custom, true);
224 Y.mix(cust, cfg.cfgBuild, true);
288 * @deprecated Use the more convenient Base.create and Base.mix methods instead
351 * This way, when users pass your base or extension class to `Y.Base.create` or `Y.Base.mix`, they don't need to
352 * know which properties need special handling. `Y.Base` has a buildCfg which defines `ATTRS` for custom mix handling
371 * @method mix
377 Base.mix = function(main, extensions) {
409 Y.mix(rAttrs[a], sAttrs[a], true);