Browse Source

rename __duk__ to Duktape in internal docs

pull/1/head
Sami Vaarala 11 years ago
parent
commit
dfb1e73f7d
  1. 2
      doc/json.txt
  2. 2
      doc/release-checklist.txt

2
doc/json.txt

@ -844,7 +844,7 @@ in Ecmascript JSON API.
For instance, arguments could be given in a table::
__duk__.jsonDec(myValue, {
Duktape.jsonDec(myValue, {
allowHex: true
});

2
doc/release-checklist.txt

@ -6,7 +6,7 @@ Release checklist
* Check DUK_VERSION
- Verify by running Duktape cmdline and evaluating ``__duk__.version``
- Verify by running Duktape cmdline and evaluating ``Duktape.version``
* Build candidate tar.xz files

Loading…
Cancel
Save