Browse Source

优化代码

es6
guy 3 years ago
parent
commit
f2694e4de2
  1. 1
      src/base/single/input/radio/radio.js

1
src/base/single/input/radio/radio.js

@ -19,7 +19,6 @@ BI.Radio = BI.inherit(BI.BasicButton, {
var self = this, o = this.options;
return {
type: "bi.center_adapt",
element: this.element,
items: [{
type: "bi.layout",
cls: "radio-content",

Loading…
Cancel
Save