(editor)
| 1029 | |
| 1030 | // 定义构造函数 |
| 1031 | var MenuContainer = function (editor) { |
| 1032 | this.editor = editor; |
| 1033 | this.init(); |
| 1034 | }; |
| 1035 | |
| 1036 | MenuContainer.fn = MenuContainer.prototype; |
| 1037 |
nothing calls this directly
no outgoing calls
no test coverage detected