Skip to content

Commit

Permalink
Merge pull request #16791 from ijlee2/bugfix/define-property
Browse files Browse the repository at this point in the history
(issue 16790) Added @static tag so that we can see defineProperty in API doc
  • Loading branch information
rwjblue committed Jul 9, 2018
2 parents 64fe277 + d765f48 commit 56bc322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ember-metal/lib/properties.ts
Expand Up @@ -143,6 +143,7 @@ function DESCRIPTOR_GETTER_FUNCTION(name: string, descriptor: Descriptor) {
@private
@method defineProperty
@static
@for @ember/object
@param {Object} obj the object to define this property on. This may be a prototype.
@param {String} keyName the name of the property
Expand Down

0 comments on commit 56bc322

Please sign in to comment.