fix semicolon

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2018-12-16 20:23:40 -02:00
parent 23887763e5
commit 63d25f5b04
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;