Replace a Dead Link in Comment

The link in a comment just above node types is dead. New Link: https://www.w3schools.com/jsref/prop_node_nodetype.asp
Accept the changes to update the link.
pull/606/head
S Nikhill 4 years ago committed by GitHub
parent 52ab9b5c89
commit 7e85b89c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -278,7 +278,7 @@
var whitespace = [" ", "\t", "\n", "\r"];
// See http://www.w3schools.com/dom/dom_nodetype.asp
// See https://www.w3schools.com/jsref/prop_node_nodetype.asp
var nodeTypes = {
ELEMENT_NODE: 1,
ATTRIBUTE_NODE: 2,

Loading…
Cancel
Save