|
@@ -1,11 +1,16 @@
|
|
|
-import Collection from '@ckeditor/ckeditor5-utils/src/collection';
|
|
|
|
|
-import ObservableMixin from '@ckeditor/ckeditor5-utils/src/observablemixin';
|
|
|
|
|
-import mix from '@ckeditor/ckeditor5-utils/src/mix';
|
|
|
|
|
|
|
+/**
|
|
|
|
|
+ * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
|
|
|
|
|
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
|
|
|
+ */
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* @module font/documentcolorcollection
|
|
* @module font/documentcolorcollection
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
|
|
+import Collection from '@ckeditor/ckeditor5-utils/src/collection';
|
|
|
|
|
+import ObservableMixin from '@ckeditor/ckeditor5-utils/src/observablemixin';
|
|
|
|
|
+import mix from '@ckeditor/ckeditor5-utils/src/mix';
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* A collection to store document colors. It enforces colors to be unique.
|
|
* A collection to store document colors. It enforces colors to be unique.
|
|
|
*
|
|
*
|