Merge branch 'msg' of github.com:xwiki-labs/cryptpad into msg

This commit is contained in:
yflory
2017-07-05 18:42:51 +02:00
5 changed files with 22 additions and 3 deletions

View File

@@ -309,6 +309,12 @@ define([
typeof(proxy.edPublic) === 'string';
};
common.hasCurveKeys = function (proxy) {
return typeof(proxy) === 'object' &&
typeof(proxy.curvePrivate) === 'string' &&
typeof(proxy.curvePublic) === 'string';
};
common.isArray = $.isArray;
/*