1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Fix MatrixClientPeg.start()

Move import & use `this`
This commit is contained in:
David Baker
2016-08-03 16:45:23 +01:00
parent 009c768b72
commit 0919e41469
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,6 @@ import Notifier from './Notifier'
import UserActivity from './UserActivity';
import Presence from './Presence';
import dis from './dispatcher';
import utils from 'matrix-js-sdk/lib/utils';
/**
* Transitions to a logged-in state using the given credentials