module.exports = function(priv) {
  var setter = function(title) {
    if (!utils.is.str(title)) {
      return;
    }