Fix observable properties documentation

This commit is contained in:
ahocevar
2019-07-14 10:15:00 +02:00
parent 5222a0ffd6
commit b6bd35c15c
2 changed files with 19 additions and 3 deletions

View File

@@ -1147,7 +1147,6 @@ class View extends BaseObject {
* constraint will apply.
* @param {number} ratio The ratio to apply on the view resolution.
* @param {import("./coordinate.js").Coordinate=} opt_anchor The origin of the transformation.
* @observable
* @api
*/
adjustResolution(ratio, opt_anchor) {
@@ -1179,7 +1178,6 @@ class View extends BaseObject {
* constraint will apply.
* @param {number} delta Relative value to add to the zoom rotation, in radians.
* @param {import("./coordinate.js").Coordinate=} opt_anchor The rotation center.
* @observable
* @api
*/
adjustRotation(delta, opt_anchor) {