From ec59f57aa49b8b125337bd9f526203f2f9bb8375 Mon Sep 17 00:00:00 2001 From: Trevor Dixon Date: Wed, 7 Oct 2015 14:11:03 -0700 Subject: [PATCH] Allow any type, not just objects, as the detail for fire. --- src/standard/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standard/utils.html b/src/standard/utils.html index cde1049772..911d2aa126 100644 --- a/src/standard/utils.html +++ b/src/standard/utils.html @@ -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`),