From 02c0790dd6b99d674279bff2f62dfbedc85860da Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 24 Oct 2016 11:39:28 +0200 Subject: [PATCH] export messages --- www/common/cryptpad-common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index b512ab54b..4fdde73e6 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -21,6 +21,7 @@ define([ var common = { User: User, + Messages: Messages, }; var store; var userProxy;