Created
October 17, 2015 20:57
-
-
Save prashnts/22f9e493181433a5b9e4 to your computer and use it in GitHub Desktop.
IE8 Node Enum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Node = Node || { | |
ELEMENT_NODE: 1, | |
ATTRIBUTE_NODE: 2, | |
TEXT_NODE: 3 | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment