Skip to content

Instantly share code, notes, and snippets.

@aratak
Created February 6, 2012 08:45
Show Gist options
  • Save aratak/1750825 to your computer and use it in GitHub Desktop.
Save aratak/1750825 to your computer and use it in GitHub Desktop.
Defense undefined variable
"use strict";
Object.defineProperty(window, "undefined", {
value: void(0),
writable: false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment