Use @classdesc notation (continuing #2178)

This commit is contained in:
Paul Spencer
2014-06-10 09:08:43 -04:00
parent b0a1444da0
commit abe953e4e5
5 changed files with 20 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ goog.require('ol.animation');
/**
* @classdesc
* Implementation of inertial deceleration for map movement.
*
* @constructor
* @param {number} decay Rate of decay (must be negative).
* @param {number} minVelocity Minimum velocity (pixels/millisecond).