Fix typehints+var type etc.

This commit is contained in:
Dennis Eichhorn 2017-11-11 16:06:15 +01:00
parent 415b7a6363
commit 5c8c7b1bc7

View File

@ -12,6 +12,7 @@
let temp = null;
if (typeof id !== 'undefined') {
/** global: jsOMS */
temp = new jsOMS.Modules.Draw.Editor(document.getElementById(id));
temp.bind();