Remove useless globals
This commit is contained in:
parent
f251da711b
commit
5b99b51c64
20 changed files with 1 additions and 50 deletions
|
|
@ -2854,6 +2854,4 @@ HDC.init = function()
|
|||
*/
|
||||
web.onInit(HDC.init);
|
||||
|
||||
if (typeof APP_PCJS !== 'undefined') APP_PCJS.HDC = HDC;
|
||||
|
||||
if (typeof module !== 'undefined') module.exports = HDC;
|
||||
|
|
|
|||
Loading…
Reference in a new issue