Fix amap-js-api-scale reference to Position type

It was supposed to be a local type, not the DOM one
This commit is contained in:
Nathan Shively-Sanders 2020-09-16 11:52:58 -07:00
parent f87f81730a
commit 907230104d

View File

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