Commit d848976f authored by Marcel Stör's avatar Marcel Stör
Browse files

Experiment with MutationObserver

parent 10e602e5
...@@ -72,7 +72,7 @@ var nodemcu = nodemcu || {}; ...@@ -72,7 +72,7 @@ var nodemcu = nodemcu || {};
}); });
// Pass in the target node, as well as the observer options // Pass in the target node, as well as the observer options
observer.observe(flyOutWrapper, config); observer.observe(flyOutWrapper, observerConfig);
} }
function createLanguageLinkFor(languageCode, isCurrentlySelected) { function createLanguageLinkFor(languageCode, isCurrentlySelected) {
var strong; var strong;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment