get dict syntax right

This commit is contained in:
David Baker 2017-11-06 22:01:23 +00:00
parent 08d006d112
commit df5c6470e8

View file

@ -60,7 +60,7 @@ const ZWS_CODE = 8203;
const ZWS = String.fromCharCode(ZWS_CODE); // zero width space
const ENTITY_TYPES = {
AT_ROOM_PILL = 'ATROOMPILL',
AT_ROOM_PILL: 'ATROOMPILL',
};
function stateToMarkdown(state) {