Loading client-app/src/component/layout/TabsDisplayer.js +3 −2 Original line number Diff line number Diff line Loading @@ -114,10 +114,11 @@ define([ _getTabNode: function(req) { var props = this._getTabProps(req), var prepend = req.prepend, props = this._getTabProps(req), node = new ContentPane(props); this._container.addChild(node); this._container.addChild(node, prepend ? 0 : null); this._customizeTab(props); Loading Loading
client-app/src/component/layout/TabsDisplayer.js +3 −2 Original line number Diff line number Diff line Loading @@ -114,10 +114,11 @@ define([ _getTabNode: function(req) { var props = this._getTabProps(req), var prepend = req.prepend, props = this._getTabProps(req), node = new ContentPane(props); this._container.addChild(node); this._container.addChild(node, prepend ? 0 : null); this._customizeTab(props); Loading