braincrafted / bootstrap-bundle

BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.
http://bootstrap.braincrafted.com
MIT License
399 stars 182 forks source link

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

Closed jounisuo closed 8 years ago

jounisuo commented 8 years ago

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 commented 8 years ago

Thank you for the PR