From 68ca47cc136b8779d6c81eb91faece484daa0510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Fri, 8 Nov 2019 10:27:36 -0300 Subject: [PATCH] Missing semicolon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- lib/specs/spec_1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/specs/spec_1.js b/lib/specs/spec_1.js index 631a628..bd265bc 100644 --- a/lib/specs/spec_1.js +++ b/lib/specs/spec_1.js @@ -56,7 +56,7 @@ function Spec1(_caller) { this.caller.prototype.dataschema = function(dataschema){ this.spec.dataschema(dataschema); return this; - } + }; this.caller.prototype.getDataschema = function() { return this.spec.getDataschema(); };