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

Commit

Permalink
Docs: Minor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarwrobel committed Mar 5, 2018
1 parent d18cac0 commit 24fab6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/controller/datacontroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ export default class DataController {
* This method also creates a batch with all the changes applied. If all you need is to parse data, use
* the {@link #parse} method.
*
* **Note** This method is {@link module:utils/observablemixin~ObservableMixin#decorate decorated} which is
* used by some plugins to change the behavior of this method. For example, the collaborative editing plugin changes
* this method’s nature to asynchronous by returning a promise.
*
* @fires set
* @param {String} data Input data.
* @param {String} [rootName='main'] Root name.
Expand Down

0 comments on commit 24fab6e

Please sign in to comment.