Missing semicolon

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

View File

@ -59,7 +59,7 @@ function Spec1(_caller) {
}
this.caller.prototype.getDataschema = function() {
return this.spec.getDataschema();
}
};
// datacontenttype attribute
this.caller.prototype.dataContentType = function(contentType){