Skip to content

Commit

Permalink
Added missing JSDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
niegowski committed Jul 20, 2020
1 parent 3edbc9d commit ba6565b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/ckeditor5-engine/src/controller/datacontroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,15 @@ export default class DataController {
*
* @event init
*/

/**
* Event fired after {@link #set set() method} has been run.
*
* The `set` event is fired by decorated {@link #set} method.
* See {@link module:utils/observablemixin~ObservableMixin#decorate} for more information and samples.
*
* @event set
*/
}

mix( DataController, ObservableMixin );
Expand Down

0 comments on commit ba6565b

Please sign in to comment.