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
+4 -4
View File
@@ -3,7 +3,7 @@
// Definitions by: Roland Zwaga <https://github.com/rolandzwaga>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module com.fontoxml
declare namespace com.fontoxml
{
//This is a description of how to invoke the FontoXML editor, and instruct it to load (a) document(s).
//Please keep in mind that the URL length may be limited in certain browsers, so a safe limit of 2000 characters
@@ -25,7 +25,7 @@ declare module com.fontoxml
//If set to a positive integer, enable the Heartbeat API to send every x seconds.
heartbeat?: number;
}
export interface IWorkflowInfo
{
id:string;
@@ -36,7 +36,7 @@ declare module com.fontoxml
{
roleId:string;
}
//This is describes the object that is assigned to the MessageEvent.data
//property after the FontoXML editor posts a message
export interface IFontoMessageEventData {
@@ -46,4 +46,4 @@ declare module com.fontoxml
metadata: any;
}
}
}