Skip to content

Commit

Permalink
add comments for normalizeInject
Browse files Browse the repository at this point in the history
  • Loading branch information
jkzing committed Jun 5, 2017
1 parent 5ff35a4 commit bfda503
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/util/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ function normalizeProps (options: Object) {
options.props = res
}

/**
* Normalize all injections into Object-based format
*/
function normalizeInject (options: Object) {
const inject = options.inject
if (!inject) return
Expand Down

0 comments on commit bfda503

Please sign in to comment.