]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/plugins/div/plugin.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / div / plugin.js
index dbced7286404a6210b15ef6b34761b4a11eae147..a64d9e9db9efe7bde01179146e004ce0ceaf8619 100644 (file)
@@ -12,7 +12,7 @@
        CKEDITOR.plugins.add( 'div', {\r
                requires: 'dialog',\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
                icons: 'creatediv', // %REMOVE_LINE_CORE%\r
                hidpi: true, // %REMOVE_LINE_CORE%\r
                getSurroundDiv: function( editor, start ) {\r
                        var path = editor.elementPath( start );\r
                        return editor.elementPath( path.blockLimit ).contains( function( node ) {\r
-                               // Avoid read-only (i.e. contenteditable="false") divs (#11083).\r
+                               // Avoid read-only (i.e. contenteditable="false") divs (http://dev.ckeditor.com/ticket/11083).\r
                                return node.is( 'div' ) && !node.isReadOnly();\r
                        }, 1 );\r
                }\r