Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwhittemore authored Mar 21, 2017
1 parent f5d83f4 commit 7f984ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ Lets you draw a Point feature.

Disables editing for all drawn features.

Note that this mode can only be entered or exited programmatically with `Draw.changeMode`.
Note that this mode can only be entered or exited programmatically with `Draw.
`.

## API Methods

Expand Down Expand Up @@ -350,6 +351,7 @@ The `mode` argument must be one of the mode names described above and enumerated
// The point to continue drawing from
from: Feature<Point>|Point|Array<number>
}
```

---

Expand Down

0 comments on commit 7f984ef

Please sign in to comment.