Skip to content

Commit 99c5950

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

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
@@ -59,7 +59,7 @@ function Spec1(_caller) {
5959
}
6060
this.caller.prototype.getDataschema = function() {
6161
return this.spec.getDataschema();
62-
}
62+
};
6363

6464
// datacontenttype attribute
6565
this.caller.prototype.dataContentType = function(contentType){

0 commit comments

Comments
 (0)