From 2add921744c6dac1285c46ee18e969c56a38cc6a Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sun, 13 Sep 2020 23:58:34 +0300 Subject: [PATCH] minor fixes --- 2-ui/99-ui-misc/01-mutation-observer/article.md | 1 + 1 file changed, 1 insertion(+) diff --git a/2-ui/99-ui-misc/01-mutation-observer/article.md b/2-ui/99-ui-misc/01-mutation-observer/article.md index 2a3f3790..18af777f 100644 --- a/2-ui/99-ui-misc/01-mutation-observer/article.md +++ b/2-ui/99-ui-misc/01-mutation-observer/article.md @@ -244,6 +244,7 @@ These methods can be used together, like this: ```js // get a list of unprocessed mutations +// should be called before disconnecting if you care about possibly unhandled recent mutations let mutationRecords = observer.takeRecords(); // stop tracking changes