Missing semicolon
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
470b97fd29
commit
99c595036a
|
@ -59,7 +59,7 @@ function Spec1(_caller) {
|
|||
}
|
||||
this.caller.prototype.getDataschema = function() {
|
||||
return this.spec.getDataschema();
|
||||
}
|
||||
};
|
||||
|
||||
// datacontenttype attribute
|
||||
this.caller.prototype.dataContentType = function(contentType){
|
||||
|
|
Loading…
Reference in New Issue