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:
Sergey Biryukov 2019-07-15 16:45:58 +00:00
parent 9f8a75e154
commit 1570f89693

View File

@ -206,7 +206,7 @@ window.addComment = ( function( window ) {
var observerOptions = {
childList: true,
subTree: true
subtree: true
};
observer = new MutationObserver( handleChanges );