X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fskin.js;h=290157d4bdc9008c108506e5f2056131a940266c;hp=98b85361158216b22ac9966ebd3b18518147658e;hb=refs%2Ftags%2F4.7.3;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/core/skin.js b/sources/core/skin.js index 98b8536..290157d 100644 --- a/sources/core/skin.js +++ b/sources/core/skin.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -125,7 +125,7 @@ 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, '\\\'' );