diff --git a/atom/atom.d.ts b/atom/atom.d.ts index 67c30f7884..00f55ef024 100644 --- a/atom/atom.d.ts +++ b/atom/atom.d.ts @@ -944,7 +944,7 @@ declare module AtomCore { interface IPackage { mainModulePath: string; mainModule: any; - enable(): void; + enable(): void; disable(): void; isTheme(): boolean; getType(): string;