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

Fixed bc-bootstrap-collection.js .size() deprecations. #404

Merged
merged 1 commit into from
Nov 27, 2015

Conversation

jounisuo
Copy link
Contributor

The .size() method is deprecated as of jQuery 1.8. Use the .length property instead.

The .size() method is functionally equivalent to the .length property; however, the .length property is preferred because it does not have the overhead of a function call.

https://api.jquery.com/size/

florianeckerstorfer pushed a commit that referenced this pull request Nov 27, 2015
Fix bc-bootstrap-collection.js .size() deprecations.
@florianeckerstorfer florianeckerstorfer merged commit 20cffee into braincrafted:develop Nov 27, 2015
@florianeckerstorfer
Copy link
Member

Thank you for the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants