mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[UPD] ckeditor 4.4.4
This commit is contained in:
@@ -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 @@
|
||||
|
||||
}
|
||||
} );
|
||||
})();
|
||||
} )();
|
||||
|
||||
Reference in New Issue
Block a user