Piotrek Koszuliński 10 роки тому
батько
коміт
0f279e3885
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      packages/ckeditor5-engine/src/model.js

+ 2 - 2
packages/ckeditor5-engine/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 = {};