[UPD] ckeditor 4.4.4

This commit is contained in:
Holger Brunn
2014-09-22 22:22:48 +02:00
parent e597767a51
commit 49c10c6c51
260 changed files with 1888 additions and 1575 deletions

View File

@@ -1,12 +1,12 @@
/**
* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
// Tool scripts for the sample pages.
// This file can be ignored and is not required to make use of CKEditor.
(function() {
( function() {
CKEDITOR.on( 'instanceReady', function( ev ) {
// Check for sample compliance.
var editor = ev.editor,
@@ -47,4 +47,4 @@
}
} );
})();
} )();