Added support for the wbr html tag to JSDOMParser.

pull/211/head
Nicolas Perriault 9 years ago
parent a801846a45
commit 8806e999d1

@ -276,6 +276,7 @@
"meta": true,
"param": true,
"source": true,
"wbr": true
};
var whitespace = [" ", "\t", "\n", "\r"];

Loading…
Cancel
Save