We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2388776 commit 63d25f5Copy full SHA for 63d25f5
lib/specs/spec_0_1.js
@@ -43,7 +43,7 @@ Spec01.prototype.getType = function(){
43
44
Spec01.prototype.getSpecversion = function() {
45
return this.payload["cloudEventsVersion"];
46
-}
+};
47
48
Spec01.prototype.eventTypeVersion = function(version){
49
this.payload["eventTypeVersion"] = version;
lib/specs/spec_0_2.js
@@ -71,7 +71,7 @@ Spec02.prototype.contenttype = function(_contenttype){
71
72
Spec02.prototype.getContenttype = function() {
73
return this.payload["contenttype"];
74
75
76
Spec02.prototype.data = function(_data){
77
this.payload["data"] = _data;
0 commit comments