Skip to content

Instantly share code, notes, and snippets.

@cb1kenobi
Created June 20, 2012 05:47
Show Gist options
  • Save cb1kenobi/2958325 to your computer and use it in GitHub Desktop.
Save cb1kenobi/2958325 to your computer and use it in GitHub Desktop.
in Object
var values = {bottom:1,height:1,left:1,right:1,top:1,width:1};
if ("width" in values) {
// win
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment