Skip to content

Commit 784aac4

Browse files
committed
removed commented code
1 parent c966d1d commit 784aac4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

nativescript-core/ui/page/page-common.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ export class PageBase extends ContentView implements PageDefinition {
3333
}
3434

3535
get actionBar(): ActionBar {
36-
// if (!this._actionBar) {
37-
// this.hasActionBar = true;
38-
// this._actionBar = new ActionBar();
39-
// this._addView(this._actionBar);
40-
// }
41-
4236
return this._actionBar;
4337
}
4438
set actionBar(value: ActionBar) {

0 commit comments

Comments
 (0)