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

Function MenuContainer

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

Source from the content-addressed store, hash-verified

1029
1030 // 定义构造函数
1031 var MenuContainer = function (editor) {
1032 this.editor = editor;
1033 this.init();
1034 };
1035
1036 MenuContainer.fn = MenuContainer.prototype;
1037

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected