aboutsummaryrefslogtreecommitdiff
path: root/webAO/utils/calculateGifLength.js
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-09-20 12:14:22 +0200
committerstonedDiscord <Tukz@gmx.de>2023-09-20 12:14:22 +0200
commitabf87b75f8a57e6de0ef7349f6577a0e1c39ce1b (patch)
tree1584032f50d7728cbd9e69889b3b36f0ba5ba7f6 /webAO/utils/calculateGifLength.js
parent5fc20f9dd53fe4d32be08d538782baa47c67853c (diff)
no more eslint errors
Diffstat (limited to 'webAO/utils/calculateGifLength.js')
-rw-r--r--webAO/utils/calculateGifLength.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/utils/calculateGifLength.js b/webAO/utils/calculateGifLength.js
index ca0e1e1..3ed6aa4 100644
--- a/webAO/utils/calculateGifLength.js
+++ b/webAO/utils/calculateGifLength.js
@@ -1,3 +1,5 @@
+/* eslint no-bitwise: "off" */
+
/**
* Adds up the frame delays to find out how long a GIF is
* I totally didn't steal this