Merge pull request #8563 from TomONeill/patch-1

Update NetworkInformation.d.ts
This commit is contained in:
Masahiro Wakame
2016-03-19 14:30:32 +09:00
+2 -1
View File
@@ -45,7 +45,8 @@ interface Connection {
* Connection.CELL
* Connection.NONE
*/
type: string
type: string;
addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
}
declare var Connection: {