1
Fork 0

spotlight Iterator/Read/Write impls on function return types

This commit is contained in:
QuietMisdreavus 2017-10-04 15:51:35 -05:00 committed by Guillaume Gomez
parent aabfed5e0c
commit cbe4ac3079
7 changed files with 99 additions and 15 deletions

View file

@ -1624,9 +1624,7 @@
}
onEach(document.getElementById('main').getElementsByClassName('docblock'), function(e) {
if (e.parentNode.id === "main") {
e.parentNode.insertBefore(createToggle(), e);
}
e.parentNode.insertBefore(createToggle(), e);
});
onEach(document.getElementsByClassName('docblock'), function(e) {