Skip to content

Commit

Permalink
Merge pull request #17028 from emberjs/define-property
Browse files Browse the repository at this point in the history
Mark defineProperty as public API.
  • Loading branch information
rwjblue authored Oct 17, 2018
2 parents 03f14de + 807f825 commit 3ea40fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/metal/lib/properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function DESCRIPTOR_GETTER_FUNCTION(name: string, descriptor: Descriptor) {
}));
```
@private
@public
@method defineProperty
@static
@for @ember/object
Expand Down

0 comments on commit 3ea40fb

Please sign in to comment.