Merge pull request #8143 from doug/patch-1

elementClose tags a tag string
This commit is contained in:
Basarat Ali Syed
2016-02-18 08:34:28 +11:00
+1 -1
View File
@@ -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.