mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Fix eslint --fix
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
5f3b03c85a
commit
e61e7f2626
@ -4,9 +4,7 @@ const Velocity = require('velocity-vector');
|
||||
// We only use easeOutBounce (easeInBounce is just sort of nonsensical)
|
||||
function bounce( p ) {
|
||||
let pow2;
|
||||
|
||||
|
||||
let bounce = 4;
|
||||
let bounce = 4;
|
||||
|
||||
while ( p < ( ( pow2 = Math.pow( 2, --bounce ) ) - 1 ) / 11 ) {
|
||||
// just sets pow2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user