Skip to content

Commit d6a0dae

Browse files
author
thyttan
committed
spotrem: Dial becomes dial
1 parent 6666f7a commit d6a0dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/spotrem/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ let dragHandler = function(e) {
135135
};
136136
cbVisual(Math.sign(dx)*Math.sign(g.getHeight()/2-e.y));
137137
resetOuterScopeVariables();
138-
let volumeKnob = require("Dial")(cbVisual);
138+
let volumeKnob = require("dial")(cbVisual);
139139
let timingOutVolumeKnob = (e)=>{
140140
if (!e.b) {
141141
setKnobTimeout();

0 commit comments

Comments
 (0)