Skip to content

Commit

Permalink
FileList implements IArrayLike<!File>
Browse files Browse the repository at this point in the history
Merge pull request #1870 from vobruba-martin/filelist-implements-iarraylike
Closes #1870
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=126849663
  • Loading branch information
vobruba-martin authored and blickly committed Jul 7, 2016
1 parent aab8632 commit d370390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions externs/browser/html5.js
Original file line number Diff line number Diff line change
Expand Up @@ -2420,6 +2420,7 @@ PageTransitionEvent.prototype.initPageTransitionEvent = function(typeArg,

/**
* @constructor
* @implements {IArrayLike<!File>}
*/
function FileList() {}

Expand Down

0 comments on commit d370390

Please sign in to comment.