From 48ac8b026ffdf8b3823c573e5693dcf1765383e2 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Sun, 23 Aug 2015 11:09:48 +0200 Subject: Implement board archive and restoration --- client/lib/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/lib/modal.js') diff --git a/client/lib/modal.js b/client/lib/modal.js index 04a9b8b2..492f6595 100644 --- a/client/lib/modal.js +++ b/client/lib/modal.js @@ -1,6 +1,6 @@ const closedValue = null -Modal = new class { +window.Modal = new class { constructor() { this._currentModal = new ReactiveVar(closedValue) } -- cgit v1.2.3-1-g7c22