component / model

Minimalistic extensible data models
122 stars 40 forks source link

Emit model level "construct" event #31

Closed karlbohlmark closed 11 years ago

karlbohlmark commented 11 years ago

As per the the discussion in #23.

karlbohlmark commented 11 years ago

Come to think of it, one would need to consider if the constructor parameters should be made available. (They probably should)

karlbohlmark commented 11 years ago

model.emit('construct', this, arguments) ?