This commit is contained in:
Guillaume Wuip 2014-12-19 17:56:57 +01:00
parent e46f7768b2
commit 03da642d5e

View file

@ -324,8 +324,8 @@
*
* Add tags
* @param {String|Object} tag
* @param {String} tag.msg The tag
* @paral {String|Array} tag.color colors.js colors
* @param {String} tag.msg The tag
* @paral {String|Array} tag.colors colors.js colors
*/
Console2.prototype.tag = Console2.prototype.t = function () {
var tags = Array.prototype.slice.call(arguments, 0);