Skip to content

Commit

Permalink
Update src/index.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Kerrick <me@kerricklong.com>
  • Loading branch information
maxbogue and Kerrick authored Nov 28, 2018
1 parent 0d883f6 commit cb1ebf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Talker {
/*
* @property timeout - The number of milliseconds to wait before assuming no response will be received.
*/
public timeout: number = 3000;
public timeoutMs: number = 3000;

/**
* @property onMessage - Will be called with every non-handshake, non-response message from the remote window
Expand Down

0 comments on commit cb1ebf9

Please sign in to comment.