Merge pull request #4733 from shaban/patch-2

Update ace.d.ts
This commit is contained in:
Masahiro Wakame
2015-06-27 13:24:56 +09:00
+10
View File
@@ -2609,6 +2609,16 @@ declare module AceAjax {
* Returns `true` if there are redo operations left to perform.
**/
hasRedo(): boolean;
/**
* Returns `true` if the dirty counter is 0
**/
isClean(): boolean;
/**
* Sets dirty counter to 0
**/
markClean(): void;
}
var UndoManager: {