Skip to content

Commit

Permalink
Allow any type, not just objects, as the detail for fire.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevordixon committed Oct 7, 2015
1 parent 19cc618 commit ec59f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standard/utils.html
Expand Up @@ -146,7 +146,7 @@
*
* @method fire
* @param {String} type Name of event type.
* @param {Object=} detail Detail object containing event-specific
* @param {*=} detail Detail object containing event-specific
* payload.
* @param {Object=} options Object specifying options. These may include:
* `bubbles` (boolean, defaults to `true`),
Expand Down

0 comments on commit ec59f57

Please sign in to comment.