model.coffee 95 B

123
  1. class app.Model
  2. constructor: (attributes) ->
  3. @[key] = value for key, value of attributes