mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix travis errors
This commit is contained in:
+3
-3
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user