Skip to content

Commit d9420c3

Browse files
authored
fix: 对齐3.1observe()案例代码 (wangdoc#267)
1 parent 1868d0a commit d9420c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dom/mutationobserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var observer = new MutationObserver(function (mutations, observer) {
4444
```javascript
4545
var article = document.querySelector('article');
4646

47-
var options = {
47+
var options = {
4848
'childList': true,
4949
'attributes':true
5050
} ;

0 commit comments

Comments
 (0)