Skip to content

Commit

Permalink
Fixed primefaces#8322 - Delete deprecated properties for MenuBar
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Nov 14, 2019
1 parent 3a4647b commit 1c89f2e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/app/components/menubar/menubar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,6 @@ export class Menubar {

@Input() baseZIndex: number = 0;

private _autoDisplay: boolean;

@Input() get autoDisplay(): boolean {
return this._autoDisplay;
}
set utc(_utc: boolean) {
console.log("AutoDisplay property is deprecated and functionality is not available.");
}

constructor(public el: ElementRef, public renderer: Renderer2) { }
}

Expand Down

0 comments on commit 1c89f2e

Please sign in to comment.