v1.0
只读模式 group, 分享 评论更多问题 博客标签总是存在一个
This commit is contained in:
4
public/tinymce/plugins/spellchecker/plugin.dev.js
Normal file → Executable file
4
public/tinymce/plugins/spellchecker/plugin.dev.js
Normal file → Executable file
@ -106,7 +106,7 @@
|
||||
exports.define = define;
|
||||
exports.require = require;
|
||||
|
||||
expose(["tinymce/spellcheckerplugin/DomTextMatcher","tinymce/spellcheckerplugin/Plugin"]);
|
||||
expose(["tinymce/spellcheckerplugin/DomTextMatcher"]);
|
||||
|
||||
load('classes/DomTextMatcher.js');
|
||||
load('classes/Plugin.js');
|
||||
@ -114,4 +114,4 @@
|
||||
writeScripts();
|
||||
})(this);
|
||||
|
||||
// $hash: 69eeaf44413967796526c27a57f9e5c3
|
||||
// $hash: 8ef1e488b0d8feeb6f98855715dbda69
|
Reference in New Issue
Block a user