From 5c8c7b1bc78dc84abaa169be7403ed050c3b130f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Nov 2017 16:06:15 +0100 Subject: [PATCH] Fix typehints+var type etc. --- Controller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Controller.js b/Controller.js index 9791b7c..b47fd32 100644 --- a/Controller.js +++ b/Controller.js @@ -12,6 +12,7 @@ let temp = null; if (typeof id !== 'undefined') { + /** global: jsOMS */ temp = new jsOMS.Modules.Draw.Editor(document.getElementById(id)); temp.bind();