MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Txt

Function Txt

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

Source from the content-addressed store, hash-verified

2150
2151 // 定义构造函数
2152 var Txt = function (editor) {
2153 this.editor = editor;
2154
2155 // 初始化
2156 this.init();
2157 };
2158
2159 Txt.fn = Txt.prototype;
2160

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected