Browse Source
Merge pull request #825 from wenfangdu/patch-2
refactor: removed dead code
master
Dushusir
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
5 deletions
-
src/controllers/zoom.js
|
|
@ -252,11 +252,6 @@ export function zoomInitial(){ |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function zoomSlierDown(){ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
function positionToRatio(pos){ |
|
|
|
let ratio = 1; |
|
|
|
if(pos<50){ |
|
|
|