diff options
Diffstat (limited to 'app/lib')
| -rw-r--r-- | app/lib/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js index 73be82df75..3366324b5a 100644 --- a/app/lib/backend.js +++ b/app/lib/backend.js @@ -86,7 +86,7 @@ export default class Backend extends EventEmitter { this._timer = null; } this._cancellationHandler = null; - } + }; } disconnect() { |
