Skip to content
New issue

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

Fix typo. Fixes #683 #700

Merged
merged 1 commit into from
Jan 3, 2021
Merged

Fix typo. Fixes #683 #700

merged 1 commit into from
Jan 3, 2021

Conversation

asankov
Copy link
Contributor

@asankov asankov commented Apr 22, 2019

Apparently, this typo leads to a bug with the select button - it is ON, but displayed as OFF, because it is unable to iterate through the classes that muse be set

@padosuperstar
Copy link

I also have this problem and this fix helped me. Merge please! Thanks a lot

@LostCrew
Copy link
Member

LostCrew commented Apr 24, 2019

@atodorov
Copy link

@LostCrew in sources is this what is needed

- function prvcontainerPosition(state = this.ope) {
+ function prvcontainerPosition(state = this.options.state) {

The existing test suite didn't catch this so I guess we need a test as well.

@asankov asankov force-pushed the options-typo branch 3 times, most recently from b905e16 to 8133409 Compare April 24, 2019 20:21
@asankov
Copy link
Contributor Author

asankov commented Apr 24, 2019

@LostCrew thanks for pointing me to the contribution guidelines. I haven't contributed to a js library before, so I am not familiar with the build process, etc.

I updated my PR accordingly, can you take a look at it again?

@asankov
Copy link
Contributor Author

asankov commented May 2, 2019

@LostCrew ping. can you take a look at this? It looks like a lot of people would benefit of merging this PR?

amacou pushed a commit to amacou/bootstrap-switch that referenced this pull request Jul 23, 2019
lavaturtle added a commit to controlshift/bootstrap-switch that referenced this pull request Jul 30, 2019
…o we can use this direct from github

This is a temporary measure until
Bttstrp#700 is accepted
upstream and a new version is released.
Apparently, this typo leads to a bug with the select button - it is ON, but displayed as OFF, because it is unable to iterate through the classes that muse be set
@LostCrew LostCrew merged commit 2b316be into Bttstrp:master Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants