Skip to content

Commit 6fca700

Browse files
authored
Update article.md
1 parent 35b4634 commit 6fca700

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

2-ui/99-ui-misc/01-mutation-observer/article.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ observer.observe(node, config);
3636

3737

3838
شی (object) های [MutationRecord](https://dom.spec.whatwg.org/#mutationrecord) properties هایی دارند:
39-
4039
- `type` -- mutation type, یکی از موارد زیر
4140
- `"attributes"`: attribute modified
4241
- `"characterData"`: data modified, used for text nodes,
@@ -77,8 +76,7 @@ mutationRecords = [{
7776
}];
7877
```
7978

80-
اگر ما ادیت های پیچیده تری را اجرا کنیم، مانند ریمو کردن `<b>edit</b>`، آن گاه mutation event ممکن است شامل تعدادی mutation records باشد:
81-
79+
اگر ما ادیت های پیچیده تری را اجرا کنیم، مانند ریمو کردن `<b>edit</b>`، آن گاه mutation event ممکن است شامل تعدادی mutation records باشد:
8280
```js
8381
mutationRecords = [{
8482
type: "childList",

0 commit comments

Comments
 (0)