diff --git a/docs/expressions/expression_trees.md b/docs/expressions/expression_trees.md index 775600474..d94ad2a59 100644 --- a/docs/expressions/expression_trees.md +++ b/docs/expressions/expression_trees.md @@ -217,7 +217,7 @@ All nodes have the following methods: this node and each of its child nodes. Similar to `Array.forEach`, except recursive. The callback function is a mapping function accepting a node, and returning - a replacement for the node or the original node. Function `callback` is + nothing. Function `callback` is called as `callback(node: Node, path: string, parent: Node)` for every node in the tree. Parameter `path` is a string containing a relative JSON Path. Example: diff --git a/download.md b/download.md index 750868d0c..0f0d10b08 100644 --- a/download.md +++ b/download.md @@ -27,7 +27,7 @@ Math.js can be downloaded or linked from various content delivery networks:
math.js (version 12.4.1, 200 kB, minified and gzipped) - and if needed the source map + href="https://unpkg.com/mathjs@12.4.2/lib/browser/math.js" + >math.js (version 12.4.2, 201 kB, minified and gzipped) + and if needed the source map
Too large for you? Create your own [custom bundle](docs/custom_bundling.html). diff --git a/examples/browser/angle_configuration.html b/examples/browser/angle_configuration.html index f52c01a02..c375e1fb1 100644 --- a/examples/browser/angle_configuration.html +++ b/examples/browser/angle_configuration.html @@ -15,7 +15,7 @@ } - + diff --git a/examples/browser/angle_configuration.html.md b/examples/browser/angle_configuration.html.md index 951500791..f6ca95bc1 100644 --- a/examples/browser/angle_configuration.html.md +++ b/examples/browser/angle_configuration.html.md @@ -24,7 +24,7 @@ File: [angle_configuration.html](angle_configuration.html) (click for a live dem } - + diff --git a/examples/browser/basic_usage.html b/examples/browser/basic_usage.html index 057f081d9..803b3c125 100644 --- a/examples/browser/basic_usage.html +++ b/examples/browser/basic_usage.html @@ -3,7 +3,7 @@