infinite-networks / InfiniteFormBundle

A collection of useful form types and extensions for Symfony.
169 stars 40 forks source link

collection.js: internalCount should be a an option in constrcutor #32

Open ghost opened 9 years ago

ghost commented 9 years ago

i need to start with a high internalCount, because there are deleted elements in my collection. this.internalCount = this.$collection.children().length; is not working in my case, so it would be great to set this value as options in the construct.