Add new line at end of the file.

This commit is contained in:
Junle Li
2014-05-09 02:07:34 +08:00
parent cc3ed31860
commit a2302c15fa

View File

@@ -41,4 +41,4 @@ interface JQueryStatic {
* @param delay An optional zero-or-greater delay in milliseconds at which the polling loop will execute (for browser that dont support window.postMessage). If omitted, defaults to 100.
*/
receiveMessage(callback: (event: MessageEvent) => any, sourceOrigin?: (origin: string) => boolean, delay?: number): void;
}
}