Added what appears to be an undocumented but used property in 'ace'.

This commit is contained in:
Daniel Rosenwasser
2015-08-21 18:23:07 -07:00
parent 58a1b6b848
commit 8423202086
+3 -1
View File
@@ -18,7 +18,9 @@ declare module AceAjax {
bindKey:any;
exec:Function;
exec: Function;
readOnly?: boolean;
}
export interface CommandManager {