guy 7 years ago
parent
commit
08a5121086
  1. 2
      bi/core.js
  2. 2
      dist/core.js
  3. 2
      src/core/view.js

2
bi/core.js

@ -5411,7 +5411,7 @@ BI.View = BI.inherit(BI.V, {
return vessel; return vessel;
}, },
_render: function (vessel) { render: function (vessel) {
return this; return this;
}, },

2
dist/core.js vendored

@ -15332,7 +15332,7 @@ BI.View = BI.inherit(BI.V, {
return vessel; return vessel;
}, },
_render: function (vessel) { render: function (vessel) {
return this; return this;
}, },

2
src/core/view.js

@ -133,7 +133,7 @@ BI.View = BI.inherit(BI.V, {
return vessel; return vessel;
}, },
_render: function (vessel) { render: function (vessel) {
return this; return this;
}, },

Loading…
Cancel
Save