function copySnippet()

in javadocAggregate/script.js [201:204]


function copySnippet(button) {
    copyToClipboard(button.nextElementSibling.innerText);
    switchCopyLabel(button.firstElementChild, button.parentElement);
}