Skip to content

Commit

Permalink
core: z_utils:json_escape now points to right function in z_json
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Jan 25, 2014
1 parent 08d087a commit ea1c37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support/z_utils.erl
Expand Up @@ -385,7 +385,7 @@ js_prop_value(_, Value, OptContext) -> [$",js_escape(Value, OptContext),$"].

%% @doc Deprecated: moved to z_json.
json_escape(A) ->
z_json:escape(A).
z_json:json_escape(A).


only_letters([]) ->
Expand Down

0 comments on commit ea1c37f

Please sign in to comment.