Skip to content

Commit

Permalink
CLJS-3261: Docstring for cljs.js/eval-str specifies incorrect default…
Browse files Browse the repository at this point in the history
… for :context
  • Loading branch information
mfikes committed Jul 15, 2020
1 parent e294c1c commit dc6ae8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/cljs/cljs/js.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
false.
:context - optional, sets the context for the source. Possible values
are `:expr`, `:statement` and `:return`. Defaults to
`:expr`.
`:statement`.
cb (function)
callback, will be invoked with a map. If successful the map will contain
Expand Down Expand Up @@ -875,7 +875,7 @@
false.
:context - optional, sets the context for the source. Possible values
are `:expr`, `:statement` and `:return`. Defaults to
`:expr`.
`:statement`.
cb (function)
callback, will be invoked with a map. If successful the map will contain
Expand Down Expand Up @@ -1002,7 +1002,7 @@
false.
:context - optional, sets the context for the source. Possible values
are `:expr`, `:statement` and `:return`. Defaults to
`:expr`.
`:statement`.
cb (function)
callback, will be invoked with a map. If successful the map will contain
Expand Down Expand Up @@ -1174,7 +1174,7 @@
false.
:context - optional, sets the context for the source. Possible values
are `:expr`, `:statement` and `:return`. Defaults to
`:expr`.
`:statement`.
cb (function)
callback, will be invoked with a map. If succesful the map will contain
Expand Down

0 comments on commit dc6ae8c

Please sign in to comment.