Merge pull request #597 from keithcirkel/patch-1

Fix incorrect variable name on docs for delegateEvents
This commit is contained in:
Jeremy Ashkenas
2011-09-06 05:51:55 -07:00

View File

@@ -936,7 +936,7 @@
return el;
},
// Set callbacks, where `this.callbacks` is a hash of
// Set callbacks, where `this.events` is a hash of
//
// *{"event selector": "callback"}*
//