@@ 4175-4175 (lines=1) @@ | ||
4172 | * |
|
4173 | * @api private |
|
4174 | */ |
|
4175 | Runnable.prototype.resetTimeout = function () { |
|
4176 | var self = this; |
|
4177 | var ms = this.timeout() || 1e9; |
|
4178 |
@@ 226-226 (lines=1) @@ | ||
223 | * |
|
224 | * @api private |
|
225 | */ |
|
226 | Runnable.prototype.resetTimeout = function () { |
|
227 | var self = this; |
|
228 | var ms = this.timeout() || 1e9; |
|
229 |