Add @struct annotation for simple classes
This commit is contained in:
@@ -13,6 +13,7 @@ goog.require('ol.animation');
|
||||
* @param {number} minVelocity Minimum velocity (pixels/millisecond).
|
||||
* @param {number} delay Delay to consider to calculate the kinetic
|
||||
* initial values (milliseconds).
|
||||
* @struct
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.Kinetic = function(decay, minVelocity, delay) {
|
||||
|
||||
Reference in New Issue
Block a user