Skip to content

Commit cf50533

Browse files
committed
Update jquery.knob.js
Missing ";"
1 parent 51fc6d9 commit cf50533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.knob.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
// Utils
473473
this.h2rgba = function (h, a) {
474474
var rgb;
475-
h = h.substring(1,7)
475+
h = h.substring(1,7);
476476
rgb = [
477477
parseInt(h.substring(0,2), 16),
478478
parseInt(h.substring(2,4), 16),

0 commit comments

Comments
 (0)