From f17be359fb6e1abfc396ebed3091d070431cc1de Mon Sep 17 00:00:00 2001 From: Trevor Dixon Date: Wed, 7 Oct 2015 14:13:15 -0700 Subject: [PATCH] Use 'value' in place of 'object' when referring to detail. --- src/standard/utils.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/standard/utils.html b/src/standard/utils.html index 911d2aa126..1f8e885508 100644 --- a/src/standard/utils.html +++ b/src/standard/utils.html @@ -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`),