guy 8 years ago
parent
commit
ce94125d16
  1. 1
      demo/js/core/abstract/combination/demo.sercher.js
  2. 1
      docs/demo.js

1
demo/js/core/abstract/combination/demo.sercher.js

@ -34,7 +34,6 @@ Demo.Func = BI.inherit(BI.Widget, {
popup.populate(items) popup.populate(items)
} }
}], }],
height: 200,
adapter: { adapter: {
getItems: function () { getItems: function () {
return items return items

1
docs/demo.js

@ -2972,7 +2972,6 @@ BI.shortcut("demo.combo", Demo.Func);Demo.Func = BI.inherit(BI.Widget, {
popup.populate(items) popup.populate(items)
} }
}], }],
height: 200,
adapter: { adapter: {
getItems: function () { getItems: function () {
return items return items

Loading…
Cancel
Save