We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51fc6d9 + 28bb63e commit 6e63cc8Copy full SHA for 6e63cc8
js/jquery.knob.js
@@ -297,7 +297,7 @@
297
}
298
299
return this;
300
- }
+ };
301
302
this._draw = function () {
303
@@ -472,7 +472,7 @@
472
// Utils
473
this.h2rgba = function (h, a) {
474
var rgb;
475
- h = h.substring(1,7)
+ h = h.substring(1,7);
476
rgb = [
477
parseInt(h.substring(0,2), 16),
478
parseInt(h.substring(2,4), 16),
@@ -669,7 +669,7 @@
669
);
670
671
this.$c.bind("mousewheel DOMMouseScroll", mw);
672
- this.$.bind("mousewheel DOMMouseScroll", mw)
+ this.$.bind("mousewheel DOMMouseScroll", mw);
673
};
674
675
this.init = function () {
0 commit comments