backbone-forms
backbone-forms copied to clipboard
Bug #525 - optimise rendering of select options.
As per fix, push each rendered element into an array which we then pass to $.fn.add in one go - more efficient. Add test to ensure that add only gets called once.
This fix works great. Hope the pull request got approved soon.