| changeset 29 | 4cfeabef7d5e |
| parent 26 | 930e486ad0a8 |
| child 58 | f16a080e0bc4 |
| 28:abf9f3ff2635 | 29:4cfeabef7d5e |
|---|---|
1 import Immutable from 'immutable'; |
1 import Immutable from 'immutable'; |
2 |
2 |
3 export default Immutable.Record({ |
3 export default Immutable.Record({ |
4 id: '', |
4 _id: '', |
5 session: '', |
5 session: '', |
6 |
6 |
7 plain: '', |
7 plain: '', |
8 raw: {}, |
8 raw: {}, |
9 html: '', |
9 html: '', |