Kaynağa Gözat

Minor API docs fix.

Piotrek Koszuliński 10 yıl önce
ebeveyn
işleme
40130e8cdc
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      packages/ckeditor5-ui/src/model.js

+ 2 - 2
packages/ckeditor5-ui/src/model.js

@@ -34,8 +34,8 @@ CKEDITOR.define( [ 'emittermixin', 'ckeditorerror', 'utils' ], ( EmitterMixin, C
 			 * Map containing bindings of this model to external models.
 			 * See {@link #bind}.
 			 *
-			 * @property {Map}
 			 * @private
+			 * @property {Map}
 			 */
 			this._boundTo = new Map();
 
@@ -43,8 +43,8 @@ CKEDITOR.define( [ 'emittermixin', 'ckeditorerror', 'utils' ], ( EmitterMixin, C
 			 * Object that stores which attributes of this model are bound.
 			 * See {@link #bind}.
 			 *
-			 * @property {Object}
 			 * @private
+			 * @property {Object}
 			 */
 			this._bound = {};