spotlight Iterator/Read/Write impls on function return types
This commit is contained in:
parent
aabfed5e0c
commit
cbe4ac3079
7 changed files with 99 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue