yui/js/yui-ua.js:9
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();
}