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

Commit

Permalink
Remove the definition of goog.array.ArrayLike in favor of IArrayLike
Browse files Browse the repository at this point in the history
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
  • Loading branch information
concavelenz authored and joeltine committed Mar 16, 2016
1 parent 55b8dcb commit bf758d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions closure/goog/array/array.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@


goog.provide('goog.array');
goog.provide('goog.array.ArrayLike');

goog.require('goog.asserts');

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


/**
* @typedef {IArrayLike<?>}
*/
goog.array.ArrayLike;


/**
* Returns the last element in an array without removing it.
* Same as goog.array.last.
Expand Down
2 changes: 1 addition & 1 deletion closure/goog/deps.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf758d3

Please sign in to comment.