Skip to content

Instantly share code, notes, and snippets.

@karthilxg
Created August 26, 2016 19:22
Show Gist options
  • Save karthilxg/c5de2fcbbe55ea7d9a613b5e3ec00e03 to your computer and use it in GitHub Desktop.
Save karthilxg/c5de2fcbbe55ea7d9a613b5e3ec00e03 to your computer and use it in GitHub Desktop.
// Code goes here
(function() {
console.log(window);
window.makeError = function(a) {
a.b();
};
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment