Skip to content

Instantly share code, notes, and snippets.

@TimWolla
Created November 10, 2015 09:44
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 TimWolla/084406ac4ed062b7af0b to your computer and use it in GitHub Desktop.
Save TimWolla/084406ac4ed062b7af0b to your computer and use it in GitHub Desktop.
Object.defineProperty(window || global, "yadayadayada", {
get: function () {
throw new Error("Not implemented");
}
});
if (true) {
yadayadayada
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment