r2js/r2admin

View on GitHub
assets/lib/switchery/meteor/export.js

Summary

Maintainability
A
0 mins
Test Coverage
/*global Switchery:true*/ // Meteor creates a file-scope global for exporting. This comment prevents a potential JSHint warning.
Switchery = window.Switchery;
delete window.Switchery;