mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
chore: remove alias comments (#6816)
* chore: remove alias comments * chore: format * chore: remove extra newlines * chore: fix bad replaces
This commit is contained in:
@@ -15,7 +15,6 @@ goog.declareModuleId('Blockly.utils.array');
|
||||
* @param arr Array from which to remove value.
|
||||
* @param value Value to remove.
|
||||
* @returns True if an element was removed.
|
||||
* @alias Blockly.array.removeElem
|
||||
* @internal
|
||||
*/
|
||||
export function removeElem<T>(arr: Array<T>, value: T): boolean {
|
||||
|
||||
Reference in New Issue
Block a user