Move ol.ZOOMSLIDER_ANIMATION_DURATION const to a constructor option

This commit is contained in:
Frederic Junod
2015-04-13 14:52:38 +02:00
parent 3b4bc0be25
commit 3eb22559d6
3 changed files with 17 additions and 9 deletions
-6
View File
@@ -239,12 +239,6 @@ ol.WEBGL_MAX_TEXTURE_SIZE; // value is set in `ol.has`
ol.WEBGL_EXTENSIONS; // value is set in `ol.has`
/**
* @define {number} Zoom slider animation duration.
*/
ol.ZOOMSLIDER_ANIMATION_DURATION = 200;
/**
* Inherit the prototype methods from one constructor into another.
*