Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik committed Mar 15, 2019
1 parent f36bc26 commit b1314c5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/model/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -748,18 +748,6 @@ export default class Model {
return ret;
}

/**
* Fired after leaving each {@link module:engine/model/model~Model#enqueueChange} block or outermost
* {@link module:engine/model/model~Model#change} block.
*
* **Note:** This is an internal event! Use {@link module:engine/model/document~Document#event:change} instead.
*
* @deprecated
* @protected
* @event _change
* @param {module:engine/model/writer~Writer} writer `Writer` instance that has been used in the change block.
*/

/**
* Fired when entering the outermost {@link module:engine/model/model~Model#enqueueChange} or
* {@link module:engine/model/model~Model#change} block.
Expand Down

0 comments on commit b1314c5

Please sign in to comment.