From d66e931175c2f6b970c9eaa0358eca0b2064c4da Mon Sep 17 00:00:00 2001 From: legitalk Date: Wed, 14 Oct 2015 09:51:05 +0200 Subject: [PATCH] Update jquery.knob.js Missing ";". --- js/jquery.knob.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.knob.js b/js/jquery.knob.js index 5294ffa..ca0816c 100644 --- a/js/jquery.knob.js +++ b/js/jquery.knob.js @@ -297,7 +297,7 @@ } return this; - } + }; this._draw = function () {