We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627a17b commit 4e4373bCopy full SHA for 4e4373b
js/jquery.knob.js
@@ -75,7 +75,7 @@
75
for (k in conf) {
76
s.o[k] = conf[k];
77
}
78
- s.init();
+ s._carve().init();
79
s._configure()
80
._draw();
81
};
0 commit comments