Searched refs:finish (Results 1 - 5 of 5) sorted by relevance
| /yui3/build/model/ |
| H A D | model-debug.js | 242 function finish(err) { 253 self.sync('delete', options, finish); 255 finish();
|
| /yui3/src/app/js/ |
| H A D | model.js | 240 function finish(err) { 251 self.sync('delete', options, finish); 253 finish();
|
| /yui3/src/anim/js/ |
| H A D | anim.js | 448 * @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 D | anim-base-debug.js | 450 * @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 D | get-test.js | 1984 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 37 milliseconds