mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 05:03:32 +08:00
undo change
This commit is contained in:
2
ace/ace.d.ts
vendored
2
ace/ace.d.ts
vendored
@@ -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