roojs-core-debug.js
authorEdward <edward@roojs.com>
Thu, 9 Jul 2015 03:53:04 +0000 (11:53 +0800)
committerEdward <edward@roojs.com>
Thu, 9 Jul 2015 03:53:04 +0000 (11:53 +0800)
roojs-core-debug.js

index 0143f5c..0f38117 100644 (file)
@@ -4383,6 +4383,9 @@ Roo.DomHelper = function(){
      */
     insertHtml : function(where, el, html){
         where = where.toLowerCase();
+        Roo.log(where);
+        Roo.log(el);
+        Roo.log(html);
         if(el.insertAdjacentHTML){
             if(tableRe.test(el.tagName)){
                 var rs;
@@ -4398,7 +4401,6 @@ Roo.DomHelper = function(){
                     el.insertAdjacentHTML('AfterBegin', html);
                     return el.firstChild;
                 case "beforeend":
-                    Roo.log('got here');
                     el.insertAdjacentHTML('BeforeEnd', html);
                     return el.lastChild;
                 case "afterend":