We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97a6081 + 70823ac commit 86588aaCopy full SHA for 86588aa
addon/-private/system/read-only-array-proxy.js
@@ -1,4 +1,3 @@
1
-import { readOnly } from '@ember/object/computed';
2
import { computed } from '@ember/object';
3
import ArrayProxy from '@ember/array/proxy';
4
@@ -22,8 +21,6 @@ export default ArrayProxy.extend({
22
21
unshiftObject: notSupported,
23
unshiftObjects: notSupported,
24
25
- length: readOnly('content.length'),
26
-
27
init() {
28
this._super();
29
Object.defineProperty(this, Symbol.iterator, {
0 commit comments