From 63d25f5b04ce878c5d8738c6d610b449d4f8a2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Sun, 16 Dec 2018 20:23:40 -0200 Subject: [PATCH] fix semicolon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- lib/specs/spec_0_1.js | 2 +- lib/specs/spec_0_2.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/specs/spec_0_1.js b/lib/specs/spec_0_1.js index 81e1400..c566c3e 100644 --- a/lib/specs/spec_0_1.js +++ b/lib/specs/spec_0_1.js @@ -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; diff --git a/lib/specs/spec_0_2.js b/lib/specs/spec_0_2.js index 66d70d1..a4620c9 100644 --- a/lib/specs/spec_0_2.js +++ b/lib/specs/spec_0_2.js @@ -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;