fix semicolon
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
23887763e5
commit
63d25f5b04
|
@ -43,7 +43,7 @@ Spec01.prototype.getType = function(){
|
|||
|
||||
Spec01.prototype.getSpecversion = function() {
|
||||
return this.payload["cloudEventsVersion"];
|
||||
}
|
||||
};
|
||||
|
||||
Spec01.prototype.eventTypeVersion = function(version){
|
||||
this.payload["eventTypeVersion"] = version;
|
||||
|
|
|
@ -71,7 +71,7 @@ Spec02.prototype.contenttype = function(_contenttype){
|
|||
|
||||
Spec02.prototype.getContenttype = function() {
|
||||
return this.payload["contenttype"];
|
||||
}
|
||||
};
|
||||
|
||||
Spec02.prototype.data = function(_data){
|
||||
this.payload["data"] = _data;
|
||||
|
|
Loading…
Reference in New Issue