Roo/Toolbar.js
authorEdward <edward@roojs.com>
Tue, 19 May 2015 10:34:18 +0000 (18:34 +0800)
committerEdward <edward@roojs.com>
Tue, 19 May 2015 10:34:18 +0000 (18:34 +0800)
Roo/Toolbar.js

index c23156c..2edddcb 100644 (file)
@@ -530,7 +530,7 @@ Roo.Toolbar.TextItem = function(cfg){
     if (typeof(cfg) == 'object') {
         text = cfg.text || "";
     } else {
-        cfg = null;
+        text = cfg;
     }
      
     var s = document.createElement("span");