Skip to content

Instantly share code, notes, and snippets.

@Ginden
Created January 7, 2015 13:34
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 Ginden/a55716c26123018ccd3f to your computer and use it in GitHub Desktop.
Save Ginden/a55716c26123018ccd3f to your computer and use it in GitHub Desktop.
Object.defineProperty(Element.prototype, 'innerHTML', Object.create(Object.getOwnPropertyDescriptor(Element.prototype, 'innerHTML'), {get: function() {throw new Error;}}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment