node: , -> .

This commit is contained in:
Nathan Rajlich 2014-05-30 00:18:17 -07:00
parent d05b468ee2
commit fbbf2ca884

View File

@ -76,7 +76,7 @@ function log(fmt) {
}
/**
* Save `namespaces`,
* Save `namespaces
*
* @param {String} namespaces
* @api private
@ -87,7 +87,7 @@ function save(namespaces) {
}
/**
* Load `namespaces`,
* Load `namespaces`.
*
* @return {String} returns the previously persisted debug modes
* @api private