| Current Path : /home/emeraadmin/www/4d695/ |
| Current File : /home/emeraadmin/www/4d695/meteor.zip |
PK Z�\U+)� � export.jsnu �[��� /*global Switchery:true*/ // Meteor creates a file-scope global for exporting. This comment prevents a potential JSHint warning.
Switchery = window.Switchery;
delete window.Switchery;PK Z�\<��� tests.jsnu �[��� 'use strict';
Tinytest.add('Switchery integration', function (test) {
var checkbox = document.createElement('input');
checkbox.className = 'js-switch';
var switchy = new Switchery(checkbox);
test.instanceOf(switchy, Switchery, 'instantiation OK');
});PK Z�\U+)� � export.jsnu �[��� PK Z�\<��� � tests.jsnu �[��� PK � A