diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-05 14:20:13 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-05 14:20:13 +0100 |
commit | b459ffb4241877670fb7f820a67d959fec2d995c (patch) | |
tree | 23277212792e701218100c010dcea66da3b199d2 /extension/background/timerThread.js | |
parent | c48f2d39f0f62ea8f862ba08234b8a5376a11a2e (diff) |
more complete DB abstractions
Diffstat (limited to 'extension/background/timerThread.js')
-rw-r--r-- | extension/background/timerThread.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/background/timerThread.js b/extension/background/timerThread.js index 7ac66a711..7ade360f3 100644 --- a/extension/background/timerThread.js +++ b/extension/background/timerThread.js @@ -7,4 +7,4 @@ onmessage = function(e) { self.setInterval(() => postMessage(true), e.data.interval); -} +};
\ No newline at end of file |