Update the jsdoc to indicate that key is optional.

This commit is contained in:
Brian Donovan 2015-02-12 18:36:36 -08:00
parent 0b042b2681
commit 9ec9e13aeb

View File

@ -403,7 +403,7 @@ t.toIdentifier = function (name) {
* Description * Description
* *
* @param {Object} node * @param {Object} node
* @param {String} key * @param {String=} key
*/ */
t.ensureBlock = function (node, key) { t.ensureBlock = function (node, key) {