mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-31 01:38:12 +00:00
8 lines
230 B
JavaScript
Vendored
8 lines
230 B
JavaScript
Vendored
/**
|
|
* Copyright (c) 2006-2020, JGraph Ltd
|
|
* Copyright (c) 2006-2020, draw.io AG
|
|
*/
|
|
// null'ing of global vars need to be after init.js
|
|
window.VSD_CONVERT_URL = null;
|
|
window.EMF_CONVERT_URL = null;
|
|
window.ICONSEARCH_PATH = null; |