From a2302c15fa3ddbf82f09820589b7c55217c93995 Mon Sep 17 00:00:00 2001 From: Junle Li Date: Fri, 9 May 2014 02:07:34 +0800 Subject: [PATCH] Add new line at end of the file. --- jquery.postMessage/jquery.postMessage.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.postMessage/jquery.postMessage.d.ts b/jquery.postMessage/jquery.postMessage.d.ts index b2c0ac124..2ac58ce91 100644 --- a/jquery.postMessage/jquery.postMessage.d.ts +++ b/jquery.postMessage/jquery.postMessage.d.ts @@ -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 don’t support window.postMessage). If omitted, defaults to 100. */ receiveMessage(callback: (event: MessageEvent) => any, sourceOrigin?: (origin: string) => boolean, delay?: number): void; -} \ No newline at end of file +}