Skip to content

Commit

Permalink
Merge pull request #5 from pzuraq/feat/expose-brand-for-ember-decorators
Browse files Browse the repository at this point in the history
[FEATURE] Exposes a brand for ember-decorators
  • Loading branch information
pzuraq authored Apr 6, 2019
2 parents f36acff + 9415a79 commit bdb3e20
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 bdb3e20

Please sign in to comment.