Explorar o código

Added documentation for IconManagerModel class.

Aleksander Nowodzinski %!s(int64=9) %!d(string=hai) anos
pai
achega
4bdae0e720
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      packages/ckeditor5-ui/src/iconmanagermodel.jsdoc

+ 12 - 0
packages/ckeditor5-ui/src/iconmanagermodel.jsdoc

@@ -0,0 +1,12 @@
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+/**
+ * Provides a Model containing icon sprite for {@link ui.iconManager.IconManagerView}.
+ *
+ * @class IconManagerModel
+ * @memberOf ui.iconManager
+ * @extends ui.Model
+ */