1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 18:09:49 +02:00

update docs

This commit is contained in:
Ian Storm Taylor
2016-07-11 16:07:01 -07:00
parent a6056960be
commit 114d712d19

View File

@@ -28,7 +28,7 @@ Often times, you don't need to specifically know which point is the "anchor" and
- [`startKey`](#startkey-string) - [`startKey`](#startkey-string)
- [`startOffset`](#startoffset-number) - [`startOffset`](#startoffset-number)
- [Static Methods](#static-methods) - [Static Methods](#static-methods)
- [`create(properties)`](#create-properties) - [`Selection.create(properties)`](#create-properties)
- [Checking Methods](#checking-methods) - [Checking Methods](#checking-methods)
- [`has{Edge}AtEndOf(node)`](hasedgeatendof-node) - [`has{Edge}AtEndOf(node)`](hasedgeatendof-node)
- [`has{Edge}AtStartOf(node)`](hasedgeatstartof-node) - [`has{Edge}AtStartOf(node)`](hasedgeatstartof-node)
@@ -119,7 +119,7 @@ A few convenience properties for accessing the first and last point of the selec
## Static Methods ## Static Methods
#### `create(properties)` #### `Selection.create(properties)`
Create a new `Selection` instance with `properties`. Create a new `Selection` instance with `properties`.