diff options
Diffstat (limited to 'webAO/utils/calculateGifLength.js')
| -rw-r--r-- | webAO/utils/calculateGifLength.js | 2 |
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 |
