We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ==.
!==
==
The text was updated successfully, but these errors were encountered:
Fix getClasses function's filter works contrawise. Fixes Bttstrp#711
3c70032
fix: Bttstrp#711
6da5289
Squashed commit of the following:
95dcb54
commit 3c70032 Author: amacou <[email protected]> Date: Tue Jul 23 15:05:23 2019 +0900 Fix getClasses function's filter works contrawise. Fixes Bttstrp#711
Successfully merging a pull request may close this issue.
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.Fix:
It should be negated
!==
instead of==
.The text was updated successfully, but these errors were encountered: