summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-11-28 14:00:10 +0100
committerJoas Schilling <coding@schilljs.com>2018-11-28 14:00:10 +0100
commit0ef9da639f19e0c22f79c1ff05ff71f5f9bb1cfb (patch)
treede8bd3ba24c84170ac3fe91d58101d6fb9dbf0ad
parent0106bd1e02fa2ccd6beffcbf78e78fceb246290d (diff)
Initialise the objects correctly
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--js/views/chatview.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/views/chatview.js b/js/views/chatview.js
index 035225433..bf2e6750e 100644
--- a/js/views/chatview.js
+++ b/js/views/chatview.js
@@ -25,7 +25,9 @@
'use strict';
OCA.SpreedMe = OCA.SpreedMe || {};
+ OCA.Talk = OCA.Talk || {};
OCA.SpreedMe.Views = OCA.SpreedMe.Views || {};
+ OCA.Talk.Views = OCA.Talk.Views || {};
var ChatView = Marionette.View.extend({