Fix amap-js-api-scale reference to Position type (#47647)

It was supposed to be a local type, not the DOM one
This commit is contained in:
Nathan Shively-Sanders 2020-09-16 15:22:34 -07:00 committed by GitHub
parent f621a2d639
commit 7487d3c1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ declare namespace AMap {
/**
*
*/
position: Position;
position: Scale.Position;
/**
*
*/