typescript
Advanced tools
Comparing version 1.6.0-dev.20150825 to 1.7.0-dev.20150826
@@ -1159,2 +1159,2 @@ /*! ***************************************************************************** | ||
declare function addEventListener(type: "message", listener: (ev: MessageEvent) => any, useCapture?: boolean): void; | ||
declare function addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void; | ||
declare function addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://typescriptlang.org/", | ||
"version": "1.6.0-dev.20150825", | ||
"version": "1.7.0-dev.20150826", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "description": "TypeScript is a language for application scale JavaScript development", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
12078181
233141