Skip to content

Commit 8a59fbb

Browse files
author
Steve Thompson
committed
Made another section of the README collapsible.
1 parent 6e9238d commit 8a59fbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ new PublicArray(array = [])
6464
#### className: string (read-only)
6565

6666
## Properties with methods
67+
<details>
68+
<summary>view properties</summary>
6769

6870
Helpful tidbit: These properties all contain their own `.data` property, which always matches `this.data`
6971

@@ -481,6 +483,7 @@ sort.shuffle(): PublicArraySorter;
481483
```
482484
</details>
483485

486+
</details>
484487

485488
</details>
486489

0 commit comments

Comments
 (0)