Files
old-svijetlastrana-front/public/bower_components/switchery/meteor/export.js

3 lines
183 B
JavaScript
Raw Normal View History

2018-05-07 16:07:00 +02:00
/*global Switchery:true*/ // Meteor creates a file-scope global for exporting. This comment prevents a potential JSHint warning.
Switchery = window.Switchery;
delete window.Switchery;