Home
last modified time | relevance | path

Searched defs:clearRedoStack (Results 1 – 3 of 3) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js154 clearRedoStack: function () { return _undo.clearRedoStack(); }, method in gantt.ext.undo
655 Undo.prototype.clearRedoStack = function () { method in Undo
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js13 … define&&define.amd?define("ext/dhtmlxgantt_undo",[],n):"object"==typeof exports?exports["ext/dhtm… argument
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1360 clearRedoStack(): void; method