Skip to content

Commit

Permalink
[FEATURE] Exposes a brand for ember-decorators
Browse files Browse the repository at this point in the history
Ensures ember-decorators can remain compatible for the final v5
release by exposing a brand.
  • Loading branch information
Chris Garrett committed Apr 6, 2019
1 parent f36acff commit 9415a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/ember-decorators-polyfill/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ import {
}

DecoratorDescriptor.prototype.isDescriptor = true;
DecoratorDescriptor.prototype.__IS_POLYFILLED_COMPUTED = true;

function computedDecorator(fn, params) {
let dec = function(prototype, key, desc) {
Expand Down

0 comments on commit 9415a79

Please sign in to comment.