lint compliance

This commit is contained in:
yflory
2020-01-29 18:40:18 +01:00
parent e90bdb8b7e
commit 29d4da13eb
3 changed files with 3 additions and 3 deletions

View File

@@ -603,7 +603,7 @@ define([
UI.addTooltips();
ctx.sframeChan.on("EV_PAD_NODATA", function (err) {
ctx.sframeChan.on("EV_PAD_NODATA", function () {
UI.errorLoadingScreen(Messages.safeLinks_error);
});