TODO marks
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
c1292a866f
commit
20c3296c55
|
@ -57,5 +57,7 @@ Spec_0_1.prototype.time = function(_time){
|
|||
return this;
|
||||
}
|
||||
|
||||
//TODO another attributes . . .
|
||||
|
||||
module.exports = Spec_0_1;
|
||||
|
||||
|
|
|
@ -34,5 +34,7 @@ Spec_0_2.prototype.time = function(_time){
|
|||
return this;
|
||||
}
|
||||
|
||||
//TODO another attributes . . .
|
||||
|
||||
module.exports = Spec_0_2;
|
||||
|
||||
|
|
Loading…
Reference in New Issue