Commit 7a5f65b93e819b0919ddd5eb427bc381722eadd1
- Diff rendering mode:
- inline
- side by side
app.js
(1 / 2)
  | |||
35 | 35 | initialize: function() { | |
36 | 36 | }, | |
37 | 37 | toJSON: function() { | |
38 | how = this.get('how').toJSON(); | ||
39 | return this; | ||
38 | return JSON.parse(JSON.stringify(this.attributes)); | ||
40 | 39 | } | |
41 | 40 | }); | |
42 | 41 |