Skip to content

Commit 68ca47c

Browse files
committed
Missing semicolon
Signed-off-by: Fabio José <[email protected]>
1 parent 99c5950 commit 68ca47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/specs/spec_1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Spec1(_caller) {
5656
this.caller.prototype.dataschema = function(dataschema){
5757
this.spec.dataschema(dataschema);
5858
return this;
59-
}
59+
};
6060
this.caller.prototype.getDataschema = function() {
6161
return this.spec.getDataschema();
6262
};

0 commit comments

Comments
 (0)