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