client/src/store/noteRecord.js
changeset 15 4a8bbd314a46
parent 12 48ddaa42b810
child 16 e67cd18cc594
--- a/client/src/store/noteRecord.js	Thu Jun 01 15:20:31 2017 +0200
+++ b/client/src/store/noteRecord.js	Thu Jun 01 16:15:08 2017 +0200
@@ -2,6 +2,7 @@
 
 export default Immutable.Record({
   id: '',
-  text: '',
-  session: ''
+  session: '',
+  plain: '',
+  raw: {}
 });