Update NetworkInformation.d.ts

This commit is contained in:
Tom O'Neill
2016-03-15 09:09:17 +01:00
parent 6ecd7d3ebd
commit 45cd2543c2
+1 -1
View File
@@ -45,8 +45,8 @@ interface Connection {
* Connection.CELL
* Connection.NONE
*/
addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
type: string;
addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
}
declare var Connection: {