aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/font/plugin.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/font/plugin.js')
-rw-r--r--sources/plugins/font/plugin.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/plugins/font/plugin.js b/sources/plugins/font/plugin.js
index 8794d89..fe5f47e 100644
--- a/sources/plugins/font/plugin.js
+++ b/sources/plugins/font/plugin.js
@@ -104,8 +104,8 @@
104 var previousValue = this.getValue(), 104 var previousValue = this.getValue(),
105 style = styles[ value ]; 105 style = styles[ value ];
106 106
107 // When applying one style over another, first remove the previous one (#12403). 107 // When applying one style over another, first remove the previous one (http://dev.ckeditor.com/ticket/12403).
108 // NOTE: This is only a temporary fix. It will be moved to the styles system (#12687). 108 // NOTE: This is only a temporary fix. It will be moved to the styles system (http://dev.ckeditor.com/ticket/12687).
109 if ( previousValue && value != previousValue ) { 109 if ( previousValue && value != previousValue ) {
110 var previousStyle = styles[ previousValue ], 110 var previousStyle = styles[ previousValue ],
111 range = editor.getSelection().getRanges()[ 0 ]; 111 range = editor.getSelection().getRanges()[ 0 ];
@@ -223,7 +223,7 @@
223 CKEDITOR.plugins.add( 'font', { 223 CKEDITOR.plugins.add( 'font', {
224 requires: 'richcombo', 224 requires: 'richcombo',
225 // jscs:disable maximumLineLength 225 // jscs:disable maximumLineLength
226 lang: 'af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE% 226 lang: 'af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,es-mx,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%
227 // jscs:enable maximumLineLength 227 // jscs:enable maximumLineLength
228 init: function( editor ) { 228 init: function( editor ) {
229 var config = editor.config; 229 var config = editor.config;