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

Commit

Permalink
Docs: Renamed set to init.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarwrobel committed Mar 9, 2018
1 parent 0c06f31 commit 7775e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controller/datacontroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ export default class DataController {
destroy() {}

/**
* Event fired by decorated {@link #set} method.
* Event fired by decorated {@link #init} method.
* See {@link module:utils/observablemixin~ObservableMixin.decorate} for more information and samples.
*
* @event set
* @event init
*/
}

Expand Down

0 comments on commit 7775e00

Please sign in to comment.