|
|
@@ -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
|
|
|
+ */
|