|
|
view.bind( 'isNavigationVisible' ).to( this._panels, 'length', value => value > 1 );
|
|
view.bind( 'isNavigationVisible' ).to( this._panels, 'length', value => value > 1 );
|
|
|
view.bind( 'counter' ).to( this, '_visiblePanel', this._panels, 'length', ( panel, length ) => {
|
|
view.bind( 'counter' ).to( this, '_visiblePanel', this._panels, 'length', ( panel, length ) => {
|