We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb92b88 + 72c464b commit 208c21fCopy full SHA for 208c21f
ui/segmented-bar/segmented-bar-common.ts
@@ -11,7 +11,7 @@ export module knownCollections {
11
}
12
13
export class SegmentedBarItem extends bindable.Bindable implements definition.SegmentedBarItem {
14
- private _title: string;
+ private _title: string = "";
15
public _parent: SegmentedBar;
16
17
get title(): string {
ui/tab-view/tab-view-common.ts
@@ -9,7 +9,7 @@ import bindable = require("ui/core/bindable");
9
export var traceCategory = "TabView";
10
export class TabViewItem extends bindable.Bindable implements definition.TabViewItem {
private _view: view.View;
private _iconSource: string;
0 commit comments