Merge pull request #2048 from elemoine/duplicate

Remove duplicate record field "duration" in olx.js
This commit is contained in:
Éric Lemoine
2014-05-07 20:09:35 +02:00

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;