Skip to content

Commit

Permalink
Making storage indexable
Browse files Browse the repository at this point in the history
Summary: Note: this is not at all tested, I just copy-pasted the indexing line
Closes #575

Reviewed By: @jeffmo

Differential Revision: D2198671

Pulled By: @mroch
  • Loading branch information
karelbilek authored and facebook-github-bot-5 committed Jun 29, 2015
1 parent d8961c0 commit f98eec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,7 @@ declare class Storage {
clear(): void;
removeItem(key: string): void;
key(index: number): ?string;
[name: string]: ?string;
}

declare class TrackDefaultList {
Expand Down

0 comments on commit f98eec7

Please sign in to comment.