MCPcopy Index your code
hub / github.com/TruthHun/BookStack / _getRedoList

Function _getRedoList

static/wangEditor/js/wangEditor.js:794–799  ·  view source on GitHub ↗
(editor)

Source from the content-addressed store, hash-verified

792
793 var length = 20; // 缓存的最大长度
794 function _getRedoList(editor) {
795 if (editor._redoList == null) {
796 editor._redoList = [];
797 }
798 return editor._redoList;
799 }
800 function _getUndoList(editor) {
801 if (editor._undoList == null) {
802 editor._undoList = [];

Callers 1

wangEditor.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected