Merge pull request #211 from mozilla/add-support-for-wbr-tag

Added support for the wbr html tag to JSDOMParser.
pull/212/head
Gijs 9 years ago
commit 8510106638

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

Loading…
Cancel
Save