We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bootstrap-switch/src/js/bootstrap-switch.js
Line 15 in 19275e7
Result: This currently leaving only the null values in the array. Causing invalid class names and preventing class based options to work.
null
Fix: It should be negated !== instead of ==.
!==
==