mirror of https://github.com/freeCodeCamp/devdocs
4 lines
95 B
4 lines
95 B
![]()
12 years ago
|
class app.Model
|
||
|
constructor: (attributes) ->
|
||
|
@[key] = value for key, value of attributes
|