Skip to content

Commit

Permalink
Use 'value' in place of 'object' when referring to detail.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevordixon committed Oct 7, 2015
1 parent ec59f57 commit f17be35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/standard/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@
},

/**
* Dispatches a custom event with an optional detail object.
* Dispatches a custom event with an optional detail value.
*
* @method fire
* @param {String} type Name of event type.
* @param {*=} detail Detail object containing event-specific
* @param {*=} detail Detail value containing event-specific
* payload.
* @param {Object=} options Object specifying options. These may include:
* `bubbles` (boolean, defaults to `true`),
Expand Down

0 comments on commit f17be35

Please sign in to comment.