You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Missed semicolon
This commit is contained in:
@@ -63,7 +63,7 @@ describe('RoomView', function () {
|
|||||||
peg.get().joinRoom = function(x) {
|
peg.get().joinRoom = function(x) {
|
||||||
expect(x).toEqual('#alias:ser.ver');
|
expect(x).toEqual('#alias:ser.ver');
|
||||||
done();
|
done();
|
||||||
}
|
};
|
||||||
|
|
||||||
process.nextTick(function() {
|
process.nextTick(function() {
|
||||||
roomView.onJoinButtonClicked();
|
roomView.onJoinButtonClicked();
|
||||||
|
|||||||
Reference in New Issue
Block a user