We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0da5673 + a06c801 commit 95768e3Copy full SHA for 95768e3
src/array-observation.js
@@ -19,7 +19,7 @@ if (arrayProto.__au_patched__) {
19
+ ' Please see https://github.com/aurelia/cli/pull/906 if you are using webpack.'
20
);
21
} else {
22
- arrayProto.__au_patched__ = 1;
+ Reflect.defineProperty(arrayProto, '__au_patched__', { value: 1 });
23
arrayProto.pop = function() {
24
let notEmpty = this.length > 0;
25
let methodCallResult = pop.apply(this, arguments);
0 commit comments