mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
3 lines
No EOL
183 B
JavaScript
Executable file
3 lines
No EOL
183 B
JavaScript
Executable file
/*global Switchery:true*/ // Meteor creates a file-scope global for exporting. This comment prevents a potential JSHint warning.
|
|
Switchery = window.Switchery;
|
|
delete window.Switchery; |