Roo/tree/TreeNodeUI.js
authorEdward <edward@roojs.com>
Thu, 4 Apr 2019 04:47:01 +0000 (12:47 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Apr 2019 04:47:01 +0000 (12:47 +0800)
Roo/tree/TreeNodeUI.js

index 5bf8caf..b57472a 100644 (file)
@@ -387,7 +387,7 @@ Roo.tree.TreeNodeUI.prototype = {
         if (typeof(n.attributes.html) != 'undefined') {
             txt = n.attributes.html;
         }
-        var tip = t.rendererTip ? t.rendererTip(n.attributes) : txt;
+        var tip = t && t.rendererTip ? t.rendererTip(n.attributes) : txt;
         var cb = typeof a.checked == 'boolean';
         var href = a.href ? a.href : Roo.isGecko ? "" : "#";
         var buf = ['<li class="x-tree-node"><div class="x-tree-node-el ', a.cls,'">',