Searched refs:finish (Results 1 - 5 of 5) sorted by relevance

/yui3/build/model/
H A Dmodel-debug.js242 function finish(err) {
253 self.sync('delete', options, finish);
255 finish();
/yui3/src/app/js/
H A Dmodel.js240 function finish(err) {
251 self.sync('delete', options, finish);
253 finish();
/yui3/src/anim/js/
H A Danim.js448 * @param {Boolean} finish If true, the animation will move to the last frame
451 stop: function(finish) {
453 this._end(finish);
501 _end: function(finish) {
503 if (finish) { // jump to last frame
/yui3/build/anim-base/
H A Danim-base-debug.js450 * @param {Boolean} finish If true, the animation will move to the last frame
453 stop: function(finish) {
455 this._end(finish);
503 _end: function(finish) {
505 if (finish) { // jump to last frame
/yui3/src/get/tests/
H A Dget-test.js1984 t1 = Y.Get.js(path(['a.js', 'b.js']), finish),
1985 t2 = Y.Get.css(path('a.css'), finish),
1987 finish(err, t);
1996 Assert.isTrue(t2.finish >= t1.finish, "transaction 2 shouldn't start before transaction 1 finishes");
1997 Assert.isTrue(t3.finish >= t2.finish, "transaction 3 shouldn't start before transaction 2 finishes");
2005 function finish(err, t) {
2006 t.finish = Y.Lang.now();

Completed in 16 milliseconds