summaryrefslogtreecommitdiff
path: root/public/js/history.js
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-11-16 11:45:20 +0100
committerGitHub2018-11-16 11:45:20 +0100
commitdb69983a622693962a0fd42b2f091b3f3b6f6906 (patch)
tree08e51914a7d6dd00c993c3b7f2481521a1ba6f0e /public/js/history.js
parentf9aa001ee78e604415c2a6e82f65701a1f07d3c4 (diff)
parent858a59529e4b99d5c13e6fce8354cd9e9b00a462 (diff)
Merge pull request #1057 from ccoenen/eslint
switching to eslint for code checking
Diffstat (limited to 'public/js/history.js')
-rw-r--r--public/js/history.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/history.js b/public/js/history.js
index b4c26b42..6007bef4 100644
--- a/public/js/history.js
+++ b/public/js/history.js
@@ -218,6 +218,7 @@ export function getStorageHistory (callback) {
if (typeof data === 'string') { data = JSON.parse(data) }
callback(data)
}
+ // eslint-disable-next-line standard/no-callback-literal
callback([])
}