Merge pull request #8425 from raisedadead/fix/mdn-link-missing-letters

Fix MDN link in Missing Letters
This commit is contained in:
Eric Leung
2016-05-03 07:42:31 -07:00

View File

@ -402,7 +402,7 @@
], ],
"type": "bonfire", "type": "bonfire",
"MDNlinks": [ "MDNlinks": [
"String.charCodeAt()", "String.prototype.charCodeAt()",
"String.fromCharCode()" "String.fromCharCode()"
], ],
"isRequired": true, "isRequired": true,
@ -903,7 +903,7 @@
], ],
"type": "bonfire", "type": "bonfire",
"MDNlinks": [ "MDNlinks": [
"String.charCodeAt()", "String.prototype.charCodeAt()",
"String.fromCharCode()" "String.fromCharCode()"
], ],
"isRequired": true, "isRequired": true,