export.js 183 B

123
  1. /*global Switchery:true*/ // Meteor creates a file-scope global for exporting. This comment prevents a potential JSHint warning.
  2. Switchery = window.Switchery;
  3. delete window.Switchery;