component / model

Minimalistic extensible data models
122 stars 40 forks source link

document 'reserved' fields #15

Open tj opened 11 years ago

tj commented 11 years ago

since we use .url() for methods etc you cannot use these as fields, bit of a gotcha but otherwise would require .set('url', val) etc

weepy commented 11 years ago

you could throw an exception ?