updated examples

This commit is contained in:
alisdair sullivan 2010-06-07 16:28:48 -07:00
parent d25f96f798
commit 50b0d03083
3 changed files with 9 additions and 3 deletions

View file

@ -58,7 +58,9 @@ event({key, "_id"}, 1) ->
event({string, String}, capture) ->
throw({ok, String});
event(end_of_stream, _) ->
event(reset, _) ->
0;
event(end_of_json, _) ->
throw(not_found);
event(_, Level) ->