Remove duplicate record field "duration" in olx.js

This commit is contained in:
Éric Lemoine
2014-05-07 18:30:46 +02:00
parent be73885e37
commit 2b8f2517bd

View File

@@ -889,8 +889,7 @@ olx.control.ScaleLineOptions.prototype.units;
* label: (string|undefined),
* tipLabel: (string|undefined),
* target: (Element|undefined),
* autoHide: (boolean|undefined),
* duration: (number|undefined)}}
* autoHide: (boolean|undefined)}}
* @todo stability experimental
*/
olx.control.RotateOptions;