Small changes
This commit is contained in:
parent
d7ff0f0bed
commit
cfa1412e80
3 changed files with 6 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ import { Logger } from "src/logger";
|
|||
export class SyncView extends ItemView {
|
||||
public static TYPE = "example-view";
|
||||
|
||||
constructor(leaf: WorkspaceLeaf) {
|
||||
public constructor(leaf: WorkspaceLeaf) {
|
||||
super(leaf);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue