Missing semicolon

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-11-08 10:27:36 -03:00
parent 99c595036a
commit 68ca47cc13
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function Spec1(_caller) {
this.caller.prototype.dataschema = function(dataschema){
this.spec.dataschema(dataschema);
return this;
}
};
this.caller.prototype.getDataschema = function() {
return this.spec.getDataschema();
};