Skip to content

Commit

Permalink
remove doc for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn committed Mar 14, 2024
1 parent 0659e76 commit 9a739bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"report-coverage": "codecov",
"test": "karma start build/karma.cover.config.js",
"testIE": "karma start build/karma.ie.config.js",
"version": "npm run build && npm run doc && git add -A docs/api",
"version": "npm run build",
"publish-next": "npm publish --tag next"
},
"unpkg": "dist/maptalks.js",
Expand Down
2 changes: 1 addition & 1 deletion src/map/tool/DrawToolRegister.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import DrawTool from './DrawTool';
* @param {*} projection
* @param {*} prjCoords
* @param {*} mapEvent
* @returns
* @returns Coordinate | Coordinate[]
*/

function queryTerrainCoordinates(projection, prjCoords, mapEvent) {
Expand Down

0 comments on commit 9a739bd

Please sign in to comment.