Class declarations are being flagged as undefined variables. I have included one example below
// This enables the copy to clipboard buttons
new ClipboardJS('.copyToClipboardBtn', {
text: function(trigger){
return trigger.nextElementSibling.innerText;
}
});


Information