pass in Crypto to realtime-input

This commit is contained in:
ansuz
2016-04-22 18:54:24 +02:00
parent aa07dd31ee
commit 69e8f54e8f
7 changed files with 69 additions and 59 deletions

View File

@@ -67,6 +67,7 @@ define([
userName: Crypto.rand64(8),
channel: channel,
cryptKey: key,
crypto: Crypto,
};
var onInit = config.onInit = function (info) {