Browse Source

test:test

es6
windy 6 years ago
parent
commit
c29467d2a8
  1. 1
      demo/js/widget/downlist/demo.downlist.js
  2. 1
      dist/demo.js

1
demo/js/widget/downlist/demo.downlist.js

@ -22,6 +22,7 @@ Demo.Downlist = BI.inherit(BI.Widget, {
render: function () {
var self = this;
// test
return {
type: "bi.horizontal_adapt",
items: [{

1
dist/demo.js vendored

@ -8877,6 +8877,7 @@ BI.shortcut("demo.date_time", Demo.CustomDateTime);Demo.Downlist = BI.inherit(BI
render: function () {
var self = this;
// test
return {
type: "bi.horizontal_adapt",
items: [{

Loading…
Cancel
Save