| author | gibus |
| Tue, 11 Feb 2014 12:33:25 +0100 | |
| changeset 572 | 93383e54e042 |
| parent 525 | 89ef5ed3c48b |
| permissions | -rw-r--r-- |
| 525 | 1 |
/* |
2 |
YUI 3.10.3 (build 2fb5187) |
|
3 |
Copyright 2013 Yahoo! Inc. All rights reserved. |
|
4 |
Licensed under the BSD License. |
|
5 |
http://yuilibrary.com/license/ |
|
6 |
*/ |
|
7 |
||
8 |
YUI.add("timers",function(e,t){var n=e.config.global,r=function(e){var t;return r._asynchronizer(function(){t||e()}),{cancel:function(){t=1}}};"setImmediate"in n?(r._asynchronizer=function(e){setImmediate(e)},r._impl="setImmediate"):"process"in n&&"nextTick"in process?(r._asynchronizer=process.nextTick,r._impl="nextTick"):(r._asynchronizer=function(e){setTimeout(e,0)},r._impl="setTimeout"),e.soon=r},"3.10.3",{requires:["yui-base"]}); |