Remove unused private function
This commit is contained in:
@@ -103,15 +103,6 @@ ol.Kinetic.prototype.end = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @private
|
|
||||||
* @return {number} Duration of animation (milliseconds).
|
|
||||||
*/
|
|
||||||
ol.Kinetic.prototype.getDuration_ = function() {
|
|
||||||
return Math.log(this.minVelocity_ / this.initialVelocity_) / this.decay_;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {number} Total distance travelled (pixels).
|
* @return {number} Total distance travelled (pixels).
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user