diff --git a/bi/core.js b/bi/core.js index 0ecc286ae..5525ad41d 100644 --- a/bi/core.js +++ b/bi/core.js @@ -5411,7 +5411,7 @@ BI.View = BI.inherit(BI.V, { return vessel; }, - _render: function (vessel) { + render: function (vessel) { return this; }, diff --git a/dist/core.js b/dist/core.js index 827b2c13e..531b4886e 100644 --- a/dist/core.js +++ b/dist/core.js @@ -15332,7 +15332,7 @@ BI.View = BI.inherit(BI.V, { return vessel; }, - _render: function (vessel) { + render: function (vessel) { return this; }, diff --git a/src/core/view.js b/src/core/view.js index 02a250bf3..5dcab2c4f 100644 --- a/src/core/view.js +++ b/src/core/view.js @@ -133,7 +133,7 @@ BI.View = BI.inherit(BI.V, { return vessel; }, - _render: function (vessel) { + render: function (vessel) { return this; },