javascript Programming Glossary: summarylist
Backbone.js model with collection http://stackoverflow.com/questions/7140741/backbone-js-model-with-collection url ' JobSummaryList' defaults pageNumber 1 summaryList new JobSummaryList When I call fetch on the JobSummarySnapshot.. it gets everything... Except when I move through the summaryList collection they are all of type object and not JobSummary ... other than the defaults object it doesn't know that the summaryList should be of type JobSummaryList . I can go through each item..
|