mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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