]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/plugins/font/plugin.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / font / plugin.js
index 8794d89186aba48a508d8613e24006c40c45fadb..fe5f47e1be7aa3ce838d254c852df9eeaf66e805 100644 (file)
                                var previousValue = this.getValue(),\r
                                        style = styles[ value ];\r
 \r
-                               // When applying one style over another, first remove the previous one (#12403).\r
-                               // NOTE: This is only a temporary fix. It will be moved to the styles system (#12687).\r
+                               // When applying one style over another, first remove the previous one (http://dev.ckeditor.com/ticket/12403).\r
+                               // NOTE: This is only a temporary fix. It will be moved to the styles system (http://dev.ckeditor.com/ticket/12687).\r
                                if ( previousValue && value != previousValue ) {\r
                                        var previousStyle = styles[ previousValue ],\r
                                                range = editor.getSelection().getRanges()[ 0 ];\r
        CKEDITOR.plugins.add( 'font', {\r
                requires: 'richcombo',\r
                // jscs:disable maximumLineLength\r
-               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%\r
+               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%\r
                // jscs:enable maximumLineLength\r
                init: function( editor ) {\r
                        var config = editor.config;\r