|
|
@ -90,7 +90,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
var iconInvisible = !o.loading && !o.iconCls; |
|
|
|
var iconInvisible = !o.loading && !o.iconCls && !o.icon; |
|
|
|
if (BI.isPlainObject(o.icon) && !o.loading) { |
|
|
|
if (BI.isPlainObject(o.icon) && !o.loading) { |
|
|
|
this.icon = BI.createWidget(o.icon); |
|
|
|
this.icon = BI.createWidget(o.icon); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|