Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions

View File

@@ -3,7 +3,7 @@
// Definitions by: Cyril Schumacher <https://github.com/cyrilschumacher>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module DeployJava {
declare namespace DeployJava {
/**
* @summary Interface for {@link deployJava} object.
* @author Cyril Schumacher
@@ -65,7 +65,7 @@ declare module DeployJava {
returnPage: string;
/**
* @summary Determines if the browser has allowed the Java plugin.
* @summary Determines if the browser has allowed the Java plugin.
* @return {boolean} True if the Java plugin is allowed, otherwise, False.
*/
allowPlugin(): boolean;
@@ -289,12 +289,12 @@ declare module DeployJava {
*/
versionCheck(versionPattern: string): boolean;
/**
/**
* @summary Write in outputs an applet tag for applet with the specified attributes and parameters.
*
* Each key/value pair in attributes becomes an attribute of the applet tag
* Each key/value pair in attributes becomes an attribute of the applet tag
* itself, while key/value pairs in parameters become <PARAM> tags.
* No version checking or other special behaviors are performed; the tag is
* No version checking or other special behaviors are performed; the tag is
* simply written to the page using document.writeln().
* As document.writeln() is generally only safe to use while the page is
* being rendered, you should never call this function after the page
@@ -311,5 +311,5 @@ declare module DeployJava {
writeEmbedTag(): void;
}
}
declare var deployJava: DeployJava.DeployJavaStatic;
declare var deployJava: DeployJava.DeployJavaStatic;