Change milliseconds argument type from boolean to number. (#12409)

This commit is contained in:
Melvin Groenhoff
2016-11-02 22:46:47 +09:00
committed by Masahiro Wakame
parent d6b2438fb4
commit ec7779fb1a
+1 -1
View File
@@ -410,7 +410,7 @@ declare namespace SocketIOClient {
* @param The connection timeout milliseconds
* @return This Manager
*/
timeout(v: boolean): Manager;
timeout(v: number): Manager;
/**
* Sets the current transport socket and opens our connection