forked from mirrors/Scribe.js
Add doc
This commit is contained in:
parent
ea5fd244fc
commit
e6b18416e9
1 changed files with 6 additions and 0 deletions
|
@ -519,6 +519,12 @@
|
|||
opt.alwaysTime = opt.alwaysTime || this.opt.alwaysTime;
|
||||
opt.alwaysDate = opt.alwaysDate || this.opt.alwaysDate;
|
||||
|
||||
/**
|
||||
* this.[name]
|
||||
*
|
||||
* @params anything you want, printf formar, etc.
|
||||
* @return {Console2} this
|
||||
*/
|
||||
this[name] = function () {
|
||||
|
||||
var location = getLocation();
|
||||
|
|
Loading…
Add table
Reference in a new issue