mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
TabViewItem.title and SegmentedBarItem.title are now empty string by default.
This commit is contained in:
@ -11,7 +11,7 @@ export module knownCollections {
|
||||
}
|
||||
|
||||
export class SegmentedBarItem extends bindable.Bindable implements definition.SegmentedBarItem {
|
||||
private _title: string;
|
||||
private _title: string = "";
|
||||
public _parent: SegmentedBar;
|
||||
|
||||
get title(): string {
|
||||
|
Reference in New Issue
Block a user