diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/api/classes/soon.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/api/classes/soon.html Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,1790 @@ + + + + + soon - YUI 3 + + + + + + + + +
+
+
+ +

+ +
+
+ API Docs for: 3.10.3 +
+
+
+ +
+ +
+
+
+ Show: + + + + + + + +
+ + +
+
+
+

soon Class

+
+ + + + + + + + + Module: timers + + + + +
+ + + +
+ +
+ + + +
+ + +
+
+

Item Index

+ + +
+

Methods

+ + +
+ + + +
+

Properties

+ +
    + +
  • + _impl + + + +
  • + +
+
+ + + + + +
+ + +
+

Methods

+ + +
+

_asynchronizer

+ + +
+ (
    + +
  • + + callbackFunction + +
  • + +
) +
+ + + + + + + + protected + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + timers/js/timers.js:46 + +

+ + + + + +
+ +
+

The asynchronizer is the internal mechanism which will call a function +asynchronously. This property is exposed as a convenient way to define a +different asynchronizer implementation without having to rewrite the +entire Y.soon interface.

+
+ + +
+

Parameters:

+ +
    + +
  • + + callbackFunction + Function + + + + +
    +

    The function to call asynchronously.

    +
    + + +
  • + +
+
+ + + + + +
+ + +
+ + + +
+

Properties

+ + +
+

_impl

+ String + + + + + protected + + + + + + +
+ + + +

+ + Defined in + + + + + timers/js/timers.js:57 + +

+ + + + +
+ +
+

Since Y.soon is likely to have many differing asynchronizer +implementations, this property should be set to identify which +implementation is in use.

+
+ + + + + + +
+ + +
+ + + + + +
+
+ +
+
+
+
+
+
+ + + + + + + + + +