mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-02-14 14:18:41 +00:00
Fix typehints+var type etc.
This commit is contained in:
parent
415b7a6363
commit
5c8c7b1bc7
|
|
@ -12,6 +12,7 @@
|
||||||
let temp = null;
|
let temp = null;
|
||||||
|
|
||||||
if (typeof id !== 'undefined') {
|
if (typeof id !== 'undefined') {
|
||||||
|
/** global: jsOMS */
|
||||||
temp = new jsOMS.Modules.Draw.Editor(document.getElementById(id));
|
temp = new jsOMS.Modules.Draw.Editor(document.getElementById(id));
|
||||||
temp.bind();
|
temp.bind();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user