mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-24 05:53:46 +01:00
3 lines
183 B
JavaScript
3 lines
183 B
JavaScript
/*global Switchery:true*/ // Meteor creates a file-scope global for exporting. This comment prevents a potential JSHint warning.
|
|
Switchery = window.Switchery;
|
|
delete window.Switchery; |