From 8cac92fa728e7514d7db95c457a15e4e3cca17d3 Mon Sep 17 00:00:00 2001 From: Anton Kudryavtsev Date: Fri, 15 Dec 2017 14:47:38 +0300 Subject: [PATCH] Fix Keyboard util TypeScript declaration --- dist/js/foundation.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/js/foundation.d.ts b/dist/js/foundation.d.ts index 653403051..a0e6e063b 100644 --- a/dist/js/foundation.d.ts +++ b/dist/js/foundation.d.ts @@ -359,7 +359,7 @@ declare module FoundationSites { GetOffsets(element: Object, anchor: Object, position: string, vOffset: number, hOffset: number, isOverflow: boolean): Object; } - interface KeyBoard { + interface Keyboard { parseKey(event: any): string; handleKey(event: any, component: any, functions: any): void; findFocusable($element: Object): Object; @@ -472,7 +472,7 @@ declare module FoundationSites { // utils Box: Box; - KeyBoard: KeyBoard; + Keyboard: Keyboard; MediaQuery: MediaQuery; Motion: Motion; Move: Move; -- 2.47.2