Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit bf758d3

Browse files
concavelenzjoeltine
authored andcommitted
Remove the definition of goog.array.ArrayLike in favor of IArrayLike
RELNOTES[INC]: the obsolete typedef goog.array.ArrayLike has been removed, use IArrayLike ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117277841
1 parent 55b8dcb commit bf758d3

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

closure/goog/array/array.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121

2222
goog.provide('goog.array');
23-
goog.provide('goog.array.ArrayLike');
2423

2524
goog.require('goog.asserts');
2625

@@ -51,12 +50,6 @@ goog.define('goog.NATIVE_ARRAY_PROTOTYPES', goog.TRUSTED_SITE);
5150
goog.define('goog.array.ASSUME_NATIVE_FUNCTIONS', false);
5251

5352

54-
/**
55-
* @typedef {IArrayLike<?>}
56-
*/
57-
goog.array.ArrayLike;
58-
59-
6053
/**
6154
* Returns the last element in an array without removing it.
6255
* Same as goog.array.last.

closure/goog/deps.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)