aboutsummaryrefslogtreecommitdiff
path: root/sources/core/ckeditor_base.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/ckeditor_base.js')
-rw-r--r--sources/core/ckeditor_base.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/sources/core/ckeditor_base.js b/sources/core/ckeditor_base.js
index 1e90d72..8c36b11 100644
--- a/sources/core/ckeditor_base.js
+++ b/sources/core/ckeditor_base.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -33,6 +33,10 @@ if ( !window.CKEDITOR ) {
33 * by the editor code, guaranteeing clean cache results when 33 * by the editor code, guaranteeing clean cache results when
34 * upgrading. 34 * upgrading.
35 * 35 *
36 * **Note:** There is [a known issue where "icons.png" does not include
37 * timestamp](http://dev.ckeditor.com/ticket/10685) and might get cached.
38 * We are working on having it fixed.
39 *
36 * alert( CKEDITOR.timestamp ); // e.g. '87dm' 40 * alert( CKEDITOR.timestamp ); // e.g. '87dm'
37 */ 41 */
38 timestamp: '', // %REMOVE_LINE% 42 timestamp: '', // %REMOVE_LINE%