Ensure changes to zoom wheel handling pass tests.

This commit is contained in:
David Brooks
2019-05-28 09:53:36 +12:00
committed by Andreas Hocevar
parent 54bae0168f
commit 77658e5750
2 changed files with 5 additions and 6 deletions

View File

@@ -4,8 +4,7 @@
import {always, focus} from '../events/condition.js';
import EventType from '../events/EventType.js';
import {DEVICE_PIXEL_RATIO, FIREFOX} from '../has.js';
import Interaction, {zoomByDelta} from './Interaction.js';
import {clamp} from '../math.js';
import Interaction from './Interaction.js';
/**