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

/yui3/src/event-simulate/js/
H A Devent-simulate.js57 abort: 1
56 error: 1, property
/yui3/src/get/js/
H A Dget.js249 future version of YUI. Use the transaction-level `abort()` method instead.
251 @method abort
252 @param {Get.Transaction} transaction Transaction to abort.
253 @deprecated Use the `abort()` method on the transaction instead.
256 abort: function (transaction) {
259 Y.log('`Y.Get.abort()` is deprecated as of 3.5.0. Use the `abort()` method on the transaction instead.', 'warn', 'get');
261 if (!transaction.abort) {
282 transaction && transaction.abort();
828 @method abort
[all...]
/yui3/src/io/as/com/yui/util/
H A Dio.as27 ExternalInterface.addCallback("abort", abort);
135 public function abort(id:uint):void { function
141 dispatch(['abort', { id: id }]);
/yui3/src/node/js/
H A Dnode-event.js16 abort: 1,

Completed in 54 milliseconds