mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-22 13:28:22 -05:00
Small typo in comment : missing "`".
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
// A module that can be mixed in to *any object* in order to provide it with
|
||||
// custom events. You may bind with `on` or remove with `off` callback functions
|
||||
// to an event; trigger`-ing an event fires all callbacks in succession.
|
||||
// to an event; `trigger`-ing an event fires all callbacks in succession.
|
||||
//
|
||||
// var object = {};
|
||||
// _.extend(object, Backbone.Events);
|
||||
|
||||
Reference in New Issue
Block a user