forked from mirrors/Scribe.js
Fix doc
This commit is contained in:
parent
e46f7768b2
commit
03da642d5e
1 changed files with 2 additions and 2 deletions
|
@ -324,8 +324,8 @@
|
||||||
*
|
*
|
||||||
* Add tags
|
* Add tags
|
||||||
* @param {String|Object} tag
|
* @param {String|Object} tag
|
||||||
* @param {String} tag.msg The tag
|
* @param {String} tag.msg The tag
|
||||||
* @paral {String|Array} tag.color colors.js colors
|
* @paral {String|Array} tag.colors colors.js colors
|
||||||
*/
|
*/
|
||||||
Console2.prototype.tag = Console2.prototype.t = function () {
|
Console2.prototype.tag = Console2.prototype.t = function () {
|
||||||
var tags = Array.prototype.slice.call(arguments, 0);
|
var tags = Array.prototype.slice.call(arguments, 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue