Skip to content

Commit 5242428

Browse files
Vasil MihalkovVasil Mihalkov
Vasil Mihalkov
authored and
Vasil Mihalkov
committed
feat(splitter): Removed needless properties #6639
1 parent ec7a0e5 commit 5242428

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

Diff for: projects/igniteui-angular/src/lib/splitter/splitter-bar/splitter-bar.component.ts

-21
Original file line numberDiff line numberDiff line change
@@ -83,27 +83,6 @@ export class IgxSplitBarComponent {
8383
return this.siblings[0].hidden && !this.siblings[1].hidden;
8484
}
8585

86-
/**
87-
* A field that holds the initial size of the main `IgxSplitterPaneComponent` in each couple of panes devided by a gripper.
88-
* @private
89-
* @memberof SplitterComponent
90-
*/
91-
private initialPaneSize!: number;
92-
93-
/**
94-
* A field that holds the initial size of the sibling `IgxSplitterPaneComponent` in each couple of panes devided by a gripper.
95-
* @private
96-
* @memberof SplitterComponent
97-
*/
98-
private initialSiblingSize!: number;
99-
100-
/**
101-
* The sibling `IgxSplitterPaneComponent` in each couple of panes devided by a gripper.
102-
* @private
103-
* @memberof SplitterComponent
104-
*/
105-
private sibling!: IgxSplitterPaneComponent;
106-
10786
/**
10887
* @hidden
10988
* @internal

0 commit comments

Comments
 (0)