millermedeiros / amd-utils

modular JavaScript utilities written in the AMD format
http://millermedeiros.github.com/amd-utils
142 stars 11 forks source link

add function/throttle and function/debounce #88

Closed millermedeiros closed 11 years ago

millermedeiros commented 12 years ago

I use Ben Alman's Plugin on almost all my projects but it relies on jQuery (or global). Implementation is simple and use case is common enough to have it on amd-utils. lodash implementation is good.