Skip to content

Instantly share code, notes, and snippets.

@alexeyraspopov
Created May 25, 2015 12:47
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 alexeyraspopov/4973f1ca2964e901a17d to your computer and use it in GitHub Desktop.
Save alexeyraspopov/4973f1ca2964e901a17d to your computer and use it in GitHub Desktop.
var Filter = {};
Filter.ELEMENT = 1
Filter.TEXT = 2
Filter.COMMENT = 4;
var Filter = Object.create(null);
Filter.ELEMENT = 1
Filter.TEXT = 2
Filter.COMMENT = 4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment