mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Comments: Fix typo in comment reply observer options.
Props maguiar. Fixes #47706. See #46260. git-svn-id: https://develop.svn.wordpress.org/trunk@45641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9f8a75e154
commit
1570f89693
@ -206,7 +206,7 @@ window.addComment = ( function( window ) {
|
||||
|
||||
var observerOptions = {
|
||||
childList: true,
|
||||
subTree: true
|
||||
subtree: true
|
||||
};
|
||||
|
||||
observer = new MutationObserver( handleChanges );
|
||||
|
Loading…
x
Reference in New Issue
Block a user