yui/js/yui-ua.js:9
The YUI module contains the components required for building the YUI seed file. This includes the script loading mechanism, a simple queue, and the core utilities for the library.
This module is a rollup of the following modules:
core
YUI module,
it's documentation is located under the YUI class.
core
YUI module,
it's documentation is located under the YUI class.
Y
object and is documented there.
var fn = Y.throttle(function() {
counter++;
});
for (i; i< 35000; i++) {
out++;
fn();
}