Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ _e
Function
_e
static/wangEditor/js/wangEditor.js:37–43 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
35
36
// 定义扩展函数
37
var
_e =
function
(fn) {
38
var
E = window.wangEditor;
39
if
(E) {
40
// 执行传入的函数
41
fn(E, $);
42
}
43
};
44
// 定义构造函数
45
(
function
(window, $) {
46
if
(window.wangEditor) {
Callers
1
wangEditor.js
File · 0.70
Calls
1
fn
Function · 0.50
Tested by
no test coverage detected