PHP Classes

File: vendors/switchery/meteor/tests.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/switchery/meteor/tests.js   Download  
File: vendors/switchery/meteor/tests.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 270 bytes
 

Contents

Class file image Download
'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'); });