suneditor
Advanced tools
Comparing version 2.2.4 to 2.2.6
{ | ||
"name": "suneditor", | ||
"version": "2.2.4", | ||
"version": "2.2.6", | ||
"description": "Pure JavaScript based WYSIWYG web editor", | ||
@@ -5,0 +5,0 @@ "main": "src/suneditor.js", |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "2.2.4", | ||
"version": "2.2.6", | ||
"description": "Pure JavaScript based WYSIWYG web editor", | ||
@@ -9,0 +9,0 @@ "main": "src/suneditor.js", |
@@ -196,10 +196,10 @@ 'use strict'; | ||
font: ['btn_font', lang.toolbar.font, 'font', 'submenu', '', | ||
'<span class="txt sun-editor-font-family">' + lang.toolbar.font + '</span><span class="arrow-more-down"></span>' | ||
'<span class="txt sun-editor-font-family">' + lang.toolbar.font + '</span><span class="icon-arrow-down"></span>' | ||
], | ||
formatBlock: ['btn_format', lang.toolbar.formats, 'formatBlock', 'submenu', '', | ||
'<span class="txt sun-editor-font-format">' + lang.toolbar.formats + '</span><span class="arrow-more-down"></span>' | ||
'<span class="txt sun-editor-font-format">' + lang.toolbar.formats + '</span><span class="icon-arrow-down"></span>' | ||
], | ||
fontSize: ['btn_size', lang.toolbar.fontSize, 'fontSize', 'submenu', '', | ||
'<span class="txt sun-editor-font-size">' + lang.toolbar.fontSize + '</span><span class="arrow-more-down"></span>' | ||
'<span class="txt sun-editor-font-size">' + lang.toolbar.fontSize + '</span><span class="icon-arrow-down"></span>' | ||
], | ||
@@ -206,0 +206,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
2696535
36776
74