From 9dec8de90b33f5c1b562ea9cf08f364d4faf61ba Mon Sep 17 00:00:00 2001 From: Stephane Bellity Date: Tue, 22 Jul 2014 18:33:15 +0200 Subject: [PATCH] use the appId as the xdm channel --- src/api/xdm.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/xdm.coffee b/src/api/xdm.coffee index 3e63e58d..28fbc563 100644 --- a/src/api/xdm.coffee +++ b/src/api/xdm.coffee @@ -78,6 +78,7 @@ define ['domready', 'lib/utils/promises', 'xdm', 'lib/utils/version', 'underscor rpc = new xdm.Rpc remote: buildRemoteUrl config container: document.body + channel: config.appId props: tabIndex: -1 height: "0"