Преглед изворни кода

Docs: Fixed ObservaleMixin#decorate docs.

Piotrek Koszuliński пре 8 година
родитељ
комит
dbcfddc1ca
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/ckeditor5-utils/src/observablemixin.js

+ 1 - 0
packages/ckeditor5-utils/src/observablemixin.js

@@ -303,6 +303,7 @@ const ObservableMixin = {
 	 *
 	 *		foo.method( 1, 2 ); // -> '3, 2'
 	 *
+	 * @method #decorate
 	 * @param {String} methodName Name of the method to decorate.
 	 */
 	decorate( methodName ) {