]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/core/skin.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / core / skin.js
index 4f0ee7c573e096b8175337adf2f2f3b82e1a3e32..290157d4bdc9008c108506e5f2056131a940266c 100644 (file)
                        offset = overrideOffset || ( icon && icon.offset );
                        bgsize = overrideBgsize || ( icon && icon.bgsize ) || '16px';
 
-                       // If we use apostrophes in background-image, we must escape apostrophes in path (just to be sure). (#13361)
+                       // If we use apostrophes in background-image, we must escape apostrophes in path (just to be sure). (http://dev.ckeditor.com/ticket/13361)
                        if ( path )
                                path = path.replace( /'/g, '\\\'' );