Fix MDN link in Missing Letters

This commit is contained in:
Mrugesh Mohapatra
2016-05-03 13:56:27 +00:00
parent 82ee04cf07
commit 9944fb209a

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,