ing
This commit is contained in:
@@ -6,10 +6,10 @@ import { Component, OnInit } from '@angular/core';
|
||||
})
|
||||
export class TitleBarComponent implements OnInit {
|
||||
|
||||
private style: string;
|
||||
private titleBarClass: string;
|
||||
private showTopResize: boolean;
|
||||
private showLeftResize: boolean;
|
||||
style: string;
|
||||
titleBarClass: string;
|
||||
showTopResize: boolean;
|
||||
showLeftResize: boolean;
|
||||
|
||||
constructor(
|
||||
) { }
|
||||
@@ -17,6 +17,6 @@ export class TitleBarComponent implements OnInit {
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
onTitlebarDoubleClick() {
|
||||
onTitlebarDoubleClick(event) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user