Skip to content

Instantly share code, notes, and snippets.

@ncrmro
Created June 20, 2018 04:12
Show Gist options
  • Save ncrmro/8b21b3d212817c323f9b88f9d45d46ac to your computer and use it in GitHub Desktop.
Save ncrmro/8b21b3d212817c323f9b88f9d45d46ac to your computer and use it in GitHub Desktop.
AI/AA Example Errors
function expandSheet(e) {
# Missing ) bellow
const expanded = e.getAttribute("style";
console.log(expanded)
if (!expanded){
}
e = document.getElementById(`${e.id}-expandable`)
console.log('EXAPND', e)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment