david-mark-llc / jessie

Javascript cross-browser library builder enabling (real) progressive enhancement
http://jessie.herokuapp.com
39 stars 13 forks source link

delegateBoundListener doesn't need to use bind #249

Open web-bert opened 10 years ago

web-bert commented 10 years ago

Looking at the code, there is no reason for this to use bind as 'this' doesn't get used in the bound function, so should be refactored out.