From: Alan Date: Fri, 16 Sep 2022 02:26:54 +0000 (+0800) Subject: fix typo X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=1c4206f6587a5b71c2a6959079e14c27e41233e5 fix typo --- diff --git a/Roo/DomHelper.js b/Roo/DomHelper.js index a8967880a2..194fe45165 100644 --- a/Roo/DomHelper.js +++ b/Roo/DomHelper.js @@ -120,7 +120,7 @@ Roo.DomHelper = function(){ if (typeof(o) == 'string') { return parentNode.appendChild(document.createTextNode(o)); } - o.tag = o.tag || div; + o.tag = o.tag || 'div'; if (o.ns && Roo.isIE) { ns = false; o.tag = o.ns + ':' + o.tag;