From 854a7972c21e5fedfbca6c06e2671d7466369919 Mon Sep 17 00:00:00 2001 From: gdh1995 Date: Fri, 28 Aug 2015 21:51:22 +0800 Subject: fix a typo in PR #1798 --- lib/dom_utils.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dom_utils.coffee b/lib/dom_utils.coffee index cd9e0405..ef34207e 100644 --- a/lib/dom_utils.coffee +++ b/lib/dom_utils.coffee @@ -18,7 +18,7 @@ DomUtils = # The document namespace doesn't give (X)HTML elements, so we create them with the correct namespace # manually. @createElement = document.createElementNS.bind document, "http://www.w3.org/1999/xhtml" - @createElement() + @createElement(tagName) # # Adds a list of elements to a page. -- cgit v1.2.3