Merge pull request #19939 from davidka/change-wrong-selection-content-type

Change wrong selection content type
This commit is contained in:
Benjamin Lichtman
2017-09-22 15:36:09 -07:00
committed by GitHub
+1 -1
View File
@@ -91,7 +91,7 @@ export class Selection {
empty: boolean;
eq(p: Selection): boolean;
map(doc: Node, mapping: Mappable): Selection;
content: Slice;
content(): Slice;
replace(tr: Transaction, content?: Slice): void;
replaceWith(tr: Transaction, node: Node): void;
toJSON(): AnyObject;