Skip to content

Instantly share code, notes, and snippets.

@makingthingswork
Created August 21, 2019 08:07
Show Gist options
  • Save makingthingswork/f5d99116c2a3b3ff283db0093f3b5ef3 to your computer and use it in GitHub Desktop.
Save makingthingswork/f5d99116c2a3b3ff283db0093f3b5ef3 to your computer and use it in GitHub Desktop.
Declare console variable to avoid error
var console = (window.console = window.console || {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment