From 3b35bd273a79f6b01fda7a246aed64aca147ea7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 21 Mar 2016 02:20:06 +0100 Subject: Upgrade to 4.5.7 and add some plugin --- release/samples/js/sample.js | 2 +- release/samples/js/sf.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'release/samples/js') diff --git a/release/samples/js/sample.js b/release/samples/js/sample.js index b960afe1..80f1c2b8 100644 --- a/release/samples/js/sample.js +++ b/release/samples/js/sample.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ diff --git a/release/samples/js/sf.js b/release/samples/js/sf.js index 3fc3094c..72edbdeb 100644 --- a/release/samples/js/sf.js +++ b/release/samples/js/sf.js @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ var SF=function(){function d(a){return(a=a.attributes?a.attributes.getNamedItem("class"):null)?a.value.split(" "):[]}function c(a){var e=document.createAttribute("class");e.value=a.join(" ");return e}var b={attachListener:function(a,e,b){if(a.addEventListener)a.addEventListener(e,b,!1);else if(a.attachEvent)a.attachEvent("on"+e,function(){b.apply(a,arguments)});else throw Error("Could not attach event.");}};b.indexOf=function(){var a=Array.prototype.indexOf;return"function"===a?function(e,b){return a.call(e, -- cgit v1.2.3