Skip to content

Commit

Permalink
watchModelTypes is public
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 13, 2019
1 parent 6be9b95 commit fbf06f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/debug/addon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default DataAdapter.extend({
Maintains the list of model types without needing the Model package for detection.
@method watchModelTypes
@internal
@public
@param {Function} typesAdded Callback to call to add types.
Takes an array of objects containing wrapped types (returned from `wrapModelType`).
@param {Function} typesUpdated Callback to call when a type has changed.
Expand Down

0 comments on commit fbf06f8

Please sign in to comment.