mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-25 15:54:35 +00:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
14
deployJava/deployJava.d.ts
vendored
14
deployJava/deployJava.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user