Skip to content

Commit ec172c4

Browse files
committed
make linter happy
1 parent 080c1ec commit ec172c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/widgets/template.js.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ vis.binds["${widgetName}"] = {
7070
$('#' + widgetID).html(text);
7171
7272
// subscribe on updates of value
73-
function onChange(e, newVal, oldVal) {
73+
function onChange(e, newVal, _oldVal) {
7474
$div.find('.template-value').html(newVal);
7575
}
7676
if (data.oid) {

0 commit comments

Comments
 (0)