Searched defs:throttle (Results 1 - 1 of 1) sorted by relevance

/yui3/src/yui-throttle/js/
H A Dthrottle.js5 var fn = Y.throttle(function() {
16 @submodule yui-throttle
22 * @method throttle
24 * @param fn {function} The function call to throttle.
25 * @param ms {int} The number of milliseconds to throttle the method call.
27 * disable the throttle. Defaults to 150.
31 Y.throttle = function(fn, ms) {

Completed in 37 milliseconds