From d92492b8537d8e1eeac58bc6cc30ff7439d634f8 Mon Sep 17 00:00:00 2001 From: vvakame Date: Fri, 28 Aug 2015 23:51:58 +0900 Subject: [PATCH 1/2] fix vortex-web-client/vortex-web-client.d.ts --- vortex-web-client/vortex-web-client.d.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vortex-web-client/vortex-web-client.d.ts b/vortex-web-client/vortex-web-client.d.ts index de665c780..bb038a6bd 100644 --- a/vortex-web-client/vortex-web-client.d.ts +++ b/vortex-web-client/vortex-web-client.d.ts @@ -482,7 +482,4 @@ declare module DDS { * Defines the core Vortex-Web-Client javascript library. It includes the JavaScript API for DDS. This API allows * web applications to share data among them as well as with native DDS applications. */ -declare -var dds:typeof DDS; - - +declare var dds:typeof DDS; From ef81ae6648fd0f3519e463c898433424f00b78e3 Mon Sep 17 00:00:00 2001 From: vvakame Date: Fri, 28 Aug 2015 23:55:35 +0900 Subject: [PATCH 2/2] fix loglevel/loglevel.d.ts --- loglevel/loglevel.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/loglevel/loglevel.d.ts b/loglevel/loglevel.d.ts index 01b80b722..9f3c53f5a 100644 --- a/loglevel/loglevel.d.ts +++ b/loglevel/loglevel.d.ts @@ -98,5 +98,4 @@ declare module loglevel { export function noConflict():any; } -declare -var log:typeof loglevel; +declare var log:typeof loglevel;