Skip to content

Commit cc56434

Browse files
committed
tab.Container: tabStripDefaults => tabStrip #6512
1 parent f6547c8 commit cc56434

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/tab/Container.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ class Container extends BaseContainer {
8484
tabBarId: null,
8585
/**
8686
* Default configs for the tab.Strip
87-
* @member {Object|null} tabStripDefaults=null
87+
* @member {Object|null} tabStrip=null
8888
*/
89-
tabStripDefaults: null,
89+
tabStrip: null,
9090
/**
9191
* @member {String|null} tabStripId=null
9292
*/
@@ -272,7 +272,7 @@ class Container extends BaseContainer {
272272
id : me.tabStripId,
273273
tabContainerId : me.id,
274274
useActiveTabIndicator: me.useActiveTabIndicator,
275-
...me.tabStripDefaults
275+
...me.tabStrip
276276
}, {
277277
ntype : 'container',
278278
cls : ['neo-container', 'neo-tab-content-container'],

0 commit comments

Comments
 (0)