mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
Experiment with MutationObserver
This commit is contained in:
parent
d848976f31
commit
eca92afdbe
@ -72,7 +72,7 @@ var nodemcu = nodemcu || {};
|
||||
});
|
||||
|
||||
// Pass in the target node, as well as the observer options
|
||||
observer.observe(flyOutWrapper, observerConfig);
|
||||
observer.observe(flyOutWrapper[0], observerConfig);
|
||||
}
|
||||
function createLanguageLinkFor(languageCode, isCurrentlySelected) {
|
||||
var strong;
|
||||
|
Loading…
x
Reference in New Issue
Block a user