Skip to content

Instantly share code, notes, and snippets.

@TimWolla
Created November 10, 2015 09:44
Show Gist options
  • Select an option

  • Save TimWolla/084406ac4ed062b7af0b to your computer and use it in GitHub Desktop.

Select an option

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