TODO marks

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2018-11-14 22:05:54 -02:00
parent c1292a866f
commit 20c3296c55
2 changed files with 4 additions and 0 deletions

View File

@ -57,5 +57,7 @@ Spec_0_1.prototype.time = function(_time){
return this;
}
//TODO another attributes . . .
module.exports = Spec_0_1;

View File

@ -34,5 +34,7 @@ Spec_0_2.prototype.time = function(_time){
return this;
}
//TODO another attributes . . .
module.exports = Spec_0_2;