aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/settings.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-10-17 16:33:11 -0400
committerGitHub <noreply@github.com>2020-10-17 16:33:11 -0400
commit642c434829829857ae4b9654d168438eb13bd2f7 (patch)
tree24cf91b1f4ac4eef8d3fa87fc692a68e51c59cbb /ext/bg/settings.html
parente5ef3fe9c26a70cce049fa11430f29e503edb3c8 (diff)
SelectorObserver (#927)
* Create new SelectorObserver class * Update DOMDataBinder to use SelectorObserver * Update names to be more clear * Remove attributeOldValue parameter, clarify attributes parameter * Add documentation
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r--ext/bg/settings.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index 6c61059a..348caa7e 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -1235,6 +1235,7 @@
<script src="/mixed/js/dom-data-binder.js"></script>
<script src="/mixed/js/html-template-collection.js"></script>
<script src="/mixed/js/object-property-accessor.js"></script>
+ <script src="/mixed/js/selector-observer.js"></script>
<script src="/mixed/js/task-accumulator.js"></script>
<script src="/mixed/js/text-to-speech-audio.js"></script>