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

Function Modal

static/wangEditor/js/wangEditor.js:1975–1981  ·  view source on GitHub ↗
(editor, menu, opt)

Source from the content-addressed store, hash-verified

1973
1974 // 定义构造函数
1975 var Modal = function (editor, menu, opt) {
1976 this.editor = editor;
1977 this.menu = menu;
1978 this.$content = opt.$content;
1979
1980 this.init();
1981 };
1982
1983 Modal.fn = Modal.prototype;
1984

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected