From 7613431f85371a8ee10d59ff7bb6aa6e8f03fedf Mon Sep 17 00:00:00 2001 From: Tobie Langel Date: Thu, 28 Jan 2016 16:39:20 +0100 Subject: [PATCH] Close #154: fix typo --- dom.bs | 2 +- dom.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dom.bs b/dom.bs index 51563c667..715f6a533 100644 --- a/dom.bs +++ b/dom.bs @@ -905,7 +905,7 @@ dictionary CustomEventInit : EventInit {
Works analogously to the constructor for {{Event}} except that the optional eventInitDict argument now allows for setting the {{CustomEvent/detail}} attribute - too.IDL + too.
event . {{CustomEvent/detail}}
Returns any custom data event was created with. diff --git a/dom.html b/dom.html index 1f1c319f6..ba788f898 100644 --- a/dom.html +++ b/dom.html @@ -69,7 +69,7 @@

DOM

-

Living Standard — Last Updated

+

Living Standard — Last Updated

Participate: @@ -636,7 +636,7 @@

Works analogously to the constructor for Event except that the optional eventInitDict argument now allows for setting the detail attribute - too.IDL + too.
event . detail
Returns any custom data event was created with. Typically used for synthetic events.