mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
undo change
This commit is contained in:
Vendored
+1
-1
@@ -2244,7 +2244,7 @@ declare module AceAjax {
|
||||
* @param range The range of text to select
|
||||
* @param reverse Indicates if the range should go backwards (`true`) or not
|
||||
**/
|
||||
setRange(range: Range, reverse?: boolean): void;
|
||||
setRange(range: Range, reverse: boolean): void;
|
||||
|
||||
/**
|
||||
* Moves the selection cursor to the indicated row and column.
|
||||
|
||||
Reference in New Issue
Block a user