tinymce build

This commit is contained in:
lealife
2015-11-22 22:39:04 +08:00
parent 3ff0a9e09c
commit 5d18554542
2 changed files with 4 additions and 4 deletions

View File

@ -42706,7 +42706,7 @@ tinymce.PluginManager.add('leanote_nav', function(editor) {
* leanote code plugin * leanote code plugin
*/ */
tinymce.PluginManager.requireLangPack('leanote_code'); // tinymce.PluginManager.requireLangPack('leanote_code');
tinymce.PluginManager.add('leanote_code', function(editor, url) { tinymce.PluginManager.add('leanote_code', function(editor, url) {
var me = this; var me = this;
@ -42987,8 +42987,8 @@ tinymce.PluginManager.add('leanote_code', function(editor, url) {
} }
return { return {
type: 'listbox', type: 'listbox',
text: "codeLang", text: "Language",
tooltip: "toggleCode", tooltip: "`ctrl/cmd+shift+c` toggle code",
values: items, values: items,
fixedWidth: true, fixedWidth: true,
onselect: function(e) { onselect: function(e) {

File diff suppressed because one or more lines are too long