summary refs log tree commit diff
path: root/syweb/webclient/app.js
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-11-13 11:55:02 +0000
committerKegan Dougal <kegan@matrix.org>2014-11-13 11:55:49 +0000
commit8ce69e802d22322386e2e17ee27a26a41933d660 (patch)
treeb7389200a9e63b492716be7ad5550e49ffa58f3d /syweb/webclient/app.js
parentThis gives just enough space for the vertical scrollbar to be shown without a... (diff)
downloadsynapse-8ce69e802d22322386e2e17ee27a26a41933d660.tar.xz
SYWEB-152: Migrate IRC command logic to commands-service.
Diffstat (limited to 'syweb/webclient/app.js')
-rw-r--r--syweb/webclient/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/syweb/webclient/app.js b/syweb/webclient/app.js

index 35190a71f4..f9d5c18ec4 100644 --- a/syweb/webclient/app.js +++ b/syweb/webclient/app.js
@@ -33,6 +33,7 @@ var matrixWebClient = angular.module('matrixWebClient', [ 'notificationService', 'recentsService', 'modelService', + 'commandsService', 'infinite-scroll', 'ui.bootstrap', 'monospaced.elastic'