m-gagne / limit.js

JavaScript event/call debounce & limit helper
MIT License
177 stars 14 forks source link

is this repo a duplicate ? #1

Closed pomeh closed 12 years ago

pomeh commented 12 years ago

I am wondering is this repo is not a duplicate of this repo https://github.com/cowboy/jquery-throttle-debounce by Ben "cowboy" Alman ?

The main difference is see, in the code, is that your code add the functions directly to the Function.prototype where Ben Alman code use a namespace to hod those functions.

What do you think ?

m-gagne commented 12 years ago

I would say it certainly is, and Bens is certainly more configurable and well documented/tested :)