Skip to content

Commit

Permalink
Merge branch 'master' into annotation-geojson-coordinate-reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Jun 15, 2018
2 parents 525278f + 7063449 commit b7502ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/annotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var editHandleFeatureLevel = 3;
* @class
* @alias geo.annotation
* @param {string} type The type of annotation. These should be registered
* with utils.registerAnnotation and can be listed with same function.
* with geo.registerAnnotation and can be listed with geo.listAnnotations.
* @param {object?} [args] Individual annotations have additional options.
* @param {string} [args.name] A name for the annotation. This defaults to
* the type with a unique ID suffixed to it.
Expand Down

0 comments on commit b7502ab

Please sign in to comment.