From f53107124fbc1487f941095fd3a88ae5cca0d86e Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Mar 2014 16:12:42 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 6385ef10a8..395f756ff8 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -174,6 +174,8 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { cfg.disabled = 'disabled'; } //???? + Roo.log('this.items'); + Roo.log(this.items); if (this.items) { Roo.log('changing to ul' ); cfg.tag = 'ul'; -- 2.39.2