Commit 7a6fa69
authored
The method `setObject()` (singular) has never existed, only the plural
version has existed:
- https://api.emberjs.com/ember/3.0/classes/MutableArray/methods/setObjects?anchor=setObjects
- https://api.emberjs.com/ember/4.0/classes/MutableArray/methods/setObjects?anchor=setObjects
- https://api.emberjs.com/ember/5.12/classes/MutableArray/methods/setObjects?anchor=setObjects
1 parent 4a75afe commit 7a6fa69
File tree
2 files changed
+2
-2
lines changed- lib/rules
- tests/lib/rules
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1290 | 1290 | | |
1291 | 1291 | | |
1292 | 1292 | | |
1293 | | - | |
| 1293 | + | |
1294 | 1294 | | |
1295 | 1295 | | |
1296 | 1296 | | |
| |||
0 commit comments