mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
Painfully update most JS docs by hand
This commit is contained in:
@@ -329,7 +329,7 @@ declare class Array<T> {
|
||||
* array
|
||||
* @version Added in JS SDK 0.1
|
||||
*/
|
||||
splice(start: number, deleteCount: number): T[];
|
||||
splice(start: number, deleteCount?: number): T[];
|
||||
/**
|
||||
* @brief Adds a value to the end of the array
|
||||
* @param value The value to add
|
||||
|
||||
Reference in New Issue
Block a user