You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//: 22.1 => /* When attaching data payloads to events (whether DOM events or somethign more proprietary like Backbone events) pass an object literal (also know as a "hash") instead of a raw value. This allows a subsequent constributor to add more data to the event payload without finding and updating every handler for the event. */