Skip to content

Commit 81e6fec

Browse files
committed
Fix missing return value for ObservableArray "set the length"
Closes #1050.
1 parent 5c3cecd commit 81e6fec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14052,6 +14052,7 @@ those of normal <code>Array</code> instances:
1405214052
|handler|.\[[BackingList]][|indexToDelete|] and |indexToDelete|.
1405314053
1. [=list/Remove=] the last item from |handler|.\[[BackingList]].
1405414054
1. Set |indexToDelete| to |indexToDelete| &minus; 1.
14055+
1. Return <emu-val>true</emu-val>.
1405514056
</div>
1405614057

1405714058
<div algorithm>

0 commit comments

Comments
 (0)