mirror of https://github.com/ColorlibHQ/gentelella
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;
|