From 967c4e8521b06ca6168f83285263f03b31c57b17 Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 17 Feb 2016 10:50:41 -0800 Subject: [PATCH] elementClose tags a tag string --- incremental-dom/incremental-dom.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incremental-dom/incremental-dom.d.ts b/incremental-dom/incremental-dom.d.ts index a9f3dc27fd..18fdd15597 100644 --- a/incremental-dom/incremental-dom.d.ts +++ b/incremental-dom/incremental-dom.d.ts @@ -57,7 +57,7 @@ declare module "incremental-dom" { /** * Closes an open virtual Element. */ - export var elementClose: () => void; + export var elementClose: (tag: string) => void; /** * Declares a virtual Element at the current location in the document that has * no children.