Lines Matching refs:defaults
57 * Preconfigured defaults include:</p>
66 * @property defaults
70 Queue.defaults = Y.mix({
104 * Callback defaults for this instance. Static defaults that are not
107 * @property defaults
110 this.defaults = {};
174 * configuration generated by combining the static AsyncQueue.defaults, the
175 * instance defaults, and the specified callback settings.
191 Queue.defaults,
193 this.defaults,