guy 7 years ago
parent
commit
afc184b671
  1. 2
      bi/base.js
  2. 2
      docs/base.js
  3. 2
      src/base/single/tip/tip.bubble.js

2
bi/base.js

@ -20075,7 +20075,7 @@ BI.Bubble = BI.inherit(BI.Tip, {
_right: function(){
return BI.createWidget({
type: "bi.inline",
type: "bi.left",
items: [{
el: {
type: "bi.layout",

2
docs/base.js

@ -20075,7 +20075,7 @@ BI.Bubble = BI.inherit(BI.Tip, {
_right: function(){
return BI.createWidget({
type: "bi.inline",
type: "bi.left",
items: [{
el: {
type: "bi.layout",

2
src/base/single/tip/tip.bubble.js

@ -86,7 +86,7 @@ BI.Bubble = BI.inherit(BI.Tip, {
_right: function(){
return BI.createWidget({
type: "bi.inline",
type: "bi.left",
items: [{
el: {
type: "bi.layout",

Loading…
Cancel
Save