Skip to content

Commit

Permalink
fix: 对齐3.1observe()案例代码 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnochGao authored Jan 9, 2024
1 parent 1868d0a commit d9420c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dom/mutationobserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var observer = new MutationObserver(function (mutations, observer) {
```javascript
var article = document.querySelector('article');

var options = {
var options = {
'childList': true,
'attributes':true
} ;
Expand Down

0 comments on commit d9420c3

Please sign in to comment.