Skip to content

Commit 06efba4

Browse files
committed
Merge pull request DefinitelyTyped#4733 from shaban/patch-2
Update ace.d.ts
2 parents 497e3f6 + 39293fc commit 06efba4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ace/ace.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2609,6 +2609,16 @@ declare module AceAjax {
26092609
* Returns `true` if there are redo operations left to perform.
26102610
**/
26112611
hasRedo(): boolean;
2612+
2613+
/**
2614+
* Returns `true` if the dirty counter is 0
2615+
**/
2616+
isClean(): boolean;
2617+
2618+
/**
2619+
* Sets dirty counter to 0
2620+
**/
2621+
markClean(): void;
26122622

26132623
}
26142624
var UndoManager: {

0 commit comments

Comments
 (0)