export Cryptpad at window level

This commit is contained in:
ansuz 2016-08-02 18:55:45 +02:00
parent 3c2c0deee8
commit 01d9923e15

View File

@ -38,7 +38,9 @@ define([
var secret = Cryptpad.getSecrets();
var module = window.APP = {};
var module = window.APP = {
Cryptpad: Cryptpad,
};
module.Wizard = Wizard;