Skip to content

Instantly share code, notes, and snippets.

@kamilogorek
Created February 14, 2019 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamilogorek/17dbd1ed8e35d60ad0169f1f0819702b to your computer and use it in GitHub Desktop.
Save kamilogorek/17dbd1ed8e35d60ad0169f1f0819702b to your computer and use it in GitHub Desktop.
window.GoogleCdn = {}
window.GoogleCdn.inject = function () {
internalMethod()
}
function internalMethod () {
throw new Error('dupa')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment