[misc] JSHINT compliance

This commit is contained in:
Marak 2013-07-25 22:48:09 -07:00
parent eace24dc1a
commit 289591434a

View File

@ -133,7 +133,7 @@ function stylize(str, style) {
'yellowBG' : ['<span style="background-color:yellow;">', '</span>']
};
} else if (exports.mode === 'none') {
return str+'';
return str + '';
} else {
console.log('unsupported mode, try "browser", "console" or "none"');
}