Skip to content

Commit

Permalink
Added support for the wbr html tag to JSDOMParser.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed May 6, 2015
1 parent a801846 commit 8806e99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JSDOMParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@
"meta": true,
"param": true,
"source": true,
"wbr": true
};

var whitespace = [" ", "\t", "\n", "\r"];
Expand Down

0 comments on commit 8806e99

Please sign in to comment.