mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-28 10:30:09 +00:00
tweaking docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5902bdf801
commit
e136912edc
@ -323,7 +323,7 @@ Containers that support item changes include:
|
||||
- ~~`Map` / `WeakMap`~~ *(planned but not done yet)*
|
||||
- ~~`Set` / `WeakSet`~~ *(planned but not done yet)*
|
||||
|
||||
Additionally attribute changes are supported for all non basic objects (i.e. anything for which `typeof X` yeilds `"object"`). This can be disabled by setting `options.no_attributes` to `true` (see: [Options](#options) below).
|
||||
Additionally attribute changes are supported for all non basic objects (i.e. any `x` for which `x instanceof Object` is `true`). This can be disabled by setting `options.no_attributes` to `true` (see: [Options](#options) below).
|
||||
|
||||
### Extended 'Text' object support
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user