Skip to content

Commit

Permalink
Add todo for <<'lm'>> in ot_json
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft committed Jan 4, 2013
1 parent 4ced5e4 commit eea5ca1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ot_json.erl
Expand Up @@ -145,6 +145,9 @@ apply_component({Key, Elem}, [{<<"ld">>, OpValue}|Rest])->
DeleteValue = get_value(Key, Elem), DeleteValue = get_value(Key, Elem),
set_value(Key, OpValue, Elem) set_value(Key, OpValue, Elem)
end; end;
% TODO
% apply_component({Key, Elem}, [{<<"lm">>, OpValue}|_Rest])->
% undefined;
apply_component({Key, Elem}, [{<<"oi">>, OpValue}|_Rest])-> apply_component({Key, Elem}, [{<<"oi">>, OpValue}|_Rest])->
check_obj(Elem), check_obj(Elem),
set_value(Key, OpValue, Elem); set_value(Key, OpValue, Elem);
Expand Down

0 comments on commit eea5ca1

Please sign in to comment.