browser: , -> .

This commit is contained in:
Nathan Rajlich 2014-05-30 00:18:08 -07:00
parent 0c6d452292
commit d05b468ee2

View File

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