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

index 08e59e3..0143f5c 100644 (file)
@@ -4398,6 +4398,7 @@ 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":