Corrected line length

This commit is contained in:
Markus Mauch
2017-07-13 15:29:11 +02:00
parent e87ba7e90c
commit 77c99dec17
2 changed files with 3 additions and 1 deletions

1
types/fm-websync/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.vscode

View File

@@ -490,7 +490,8 @@ declare namespace fm {
/**
* Reconnects after a stream failure using either the most recent connectConfig or the one specified.
* This method should only be called from the callback specified by onSreamFailure and only if the args.willReconnect flag is set to false. Otherwise, the client will reconnect automatically.
* This method should only be called from the callback specified by onSreamFailure and only if the args.willReconnect flag is set to false.
* Otherwise, the client will reconnect automatically.
*/
reconnect( config?: connectConfig ): client;