Fix BF Arguments Optional Links

Swapped out link to Function Objects for link to Closures
This commit is contained in:
Logan Tegman 2015-10-07 22:26:09 -07:00
parent cdcf52bffa
commit d9067f521b

View File

@ -823,7 +823,7 @@
"assert.isUndefined(add(2)([3]), 'message: <code>add(2)([3])</code> should return undefined.');"
],
"MDNlinks": [
"Global Function Object",
"Closures",
"Arguments object"
],
"type": "bonfire",