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

/yui3/src/node/js/
H A Dshim-plugin.js85 * @method destroy
87 destroy: function() {
H A Dalign-plugin.js139 * @method destroy
141 destroy: function() {
/yui3/src/base/js/
H A DBase.js34 DESTROY = "destroy",
269 * Destroy lifecycle method. Fires the destroy
274 * Subscribers to the destroy
278 * @method destroy
282 destroy: function() {
283 Y.log('destroy called', 'life', 'base');
287 * Lifecycle event for the destroy phase,
297 * @event destroy
326 * Default destroy event handler
H A DBaseCore.js12 * but doesn't fire init/destroy or attribute change events.</p>
45 * fire init/destroy or attribute change events.
159 * has been through the destroy lifecycle phase.
254 * @method destroy
258 destroy: function() {
264 * Internal destroy implementation for BaseCore
/yui3/src/io/as/com/yui/util/
H A Dio.as115 destroy(o.id);
132 destroy(o.id);
142 destroy(id);
157 destroy(id);
160 private function destroy(id:uint):void { function
/yui3/src/transition/js/
H A Dtransition-native.js430 destroy: function() {

Completed in 31 milliseconds