Lines Matching refs:defaults
55 * Preconfigured defaults include:</p>
64 * @property defaults
68 Queue.defaults = Y.mix({
102 * Callback defaults for this instance. Static defaults that are not
105 * @property defaults
108 this.defaults = {};
172 * configuration generated by combining the static AsyncQueue.defaults, the
173 * instance defaults, and the specified callback settings.
189 Queue.defaults,
191 this.defaults,