Remove DragZoom from default interactions

As it only works with canvas renderer.
This commit is contained in:
Antoine Abt
2013-12-19 16:02:30 +01:00
parent adfe20dd12
commit c2330b9786
2 changed files with 0 additions and 9 deletions

View File

@@ -342,8 +342,6 @@
* desired. Default is `true`.
* @property {boolean|undefined} mouseWheelZoom Whether mousewheel zoom is
* desired. Default is `true`.
* @property {boolean|undefined} shiftDragZoom Whether Shift-drag zoom is
* desired. Default is `true`.
* @property {boolean|undefined} touchPan Whether touch pan is
* desired. Default is `true`.
* @property {boolean|undefined} touchRotate Whether touch rotate is desired. Default is `true`.