Browse Source

Merge branch 'master' of http://cloud.finedevelop.com:2015/scm/visual/fineui

# Conflicts:
#	dist/bundle.min.js
es6
windy 6 years ago
parent
commit
4bf425c356
  1. 2
      dist/_fineui.min.js
  2. 2
      dist/base.js
  3. 2
      dist/bundle.js
  4. 2
      dist/fineui.js
  5. 2
      dist/fineui.min.js
  6. 2
      src/base/layer/layer.popover.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/base.js vendored

@ -15416,7 +15416,7 @@ BI.Popover = BI.inherit(BI.Widget, {
items: [{
el: BI.createWidget(o.body),
left: 20,
top: 20,
top: 10,
right: 20,
bottom: 0
}]

2
dist/bundle.js vendored

@ -51186,7 +51186,7 @@ BI.Popover = BI.inherit(BI.Widget, {
items: [{
el: BI.createWidget(o.body),
left: 20,
top: 20,
top: 10,
right: 20,
bottom: 0
}]

2
dist/fineui.js vendored

@ -51429,7 +51429,7 @@ BI.Popover = BI.inherit(BI.Widget, {
items: [{
el: BI.createWidget(o.body),
left: 20,
top: 20,
top: 10,
right: 20,
bottom: 0
}]

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
src/base/layer/layer.popover.js

@ -90,7 +90,7 @@ BI.Popover = BI.inherit(BI.Widget, {
items: [{
el: BI.createWidget(o.body),
left: 20,
top: 20,
top: 10,
right: 20,
bottom: 0
}]

Loading…
Cancel
Save