From 8d7ab3872263eab2793add2b55d9dfe687e5c086 Mon Sep 17 00:00:00 2001 From: Thijs Kuipers Date: Fri, 8 May 2015 21:54:34 +0200 Subject: [PATCH] Fix travis errors --- dymo-label-framework/dymo-label-framework.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dymo-label-framework/dymo-label-framework.d.ts b/dymo-label-framework/dymo-label-framework.d.ts index 128ff8087..48cb26cf2 100644 --- a/dymo-label-framework/dymo-label-framework.d.ts +++ b/dymo-label-framework/dymo-label-framework.d.ts @@ -96,11 +96,11 @@ declare module dymo.label.framework { /** Checks that the browser enviroment is suitable for the Framework. */ function checkEnvironment(): { /** Indicates whether the browser is supported or not. */ - isBrowserSupported: boolean, + isBrowserSupported: boolean; /** Indicates whether the Framework is installed or not. */ - isFrameworkInstalled: boolean, + isFrameworkInstalled: boolean; /** An empty string if no error is detected; an error message if an error is detected. */ - errorDetails: string + errorDetails: string; }; /**