diff --git a/types/webix/index.d.ts b/types/webix/index.d.ts index 11f2be71e8..f5d2954d7a 100755 --- a/types/webix/index.d.ts +++ b/types/webix/index.d.ts @@ -2,6 +2,7 @@ // Project: http://webix.com // Definitions by: Maksim Kozhukh // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.2 declare namespace webix { @@ -10183,4 +10184,4 @@ class window implements webix.ui.baseview{ }} -declare function $$(id: string | Event | HTMLElement): webix.ui.baseview; \ No newline at end of file +declare function $$(id: string | Event | HTMLElement): webix.ui.baseview;