Skip to content

Commit c27168c

Browse files
author
thyttan
committed
spotrem: lint error fix
1 parent 9786176 commit c27168c

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
@@ -155,7 +155,7 @@ let dragHandler = function(e) {
155155
};
156156

157157

158-
dial = function(cb, options) {
158+
let dial = function(cb, options) {
159159
"ram";
160160
options = options || {};
161161

0 commit comments

Comments
 (0)