I'm making a massive multi page backbone site.
I'm sometimes re-using collections and views across multiple pages of the site, as if they were controls. I've now done something which is coming up with errors like this,
Cannot read property 'c18' of undefined
At the moment, the c18 is always the same.
I'm also using backbone relational.
Any ideas anyone?