Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eperret committed Oct 5, 2022
1 parent 8e2df4f commit 3c62909
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ public final class PrefixTables {
ImmutableTable.Builder<String, Browser, Double> builder = ImmutableTable.builder();

builder.put("selection", Browser.FIREFOX, 61.0);
builder.put("placeholder", Browser.IE, 11.0);
builder.put("placeholder", Browser.EDGE, 17.0);
builder.put("placeholder", Browser.OPERA, 43.0);
builder.put("placeholder", Browser.CHROME, 56.0);
Expand Down

0 comments on commit 3c62909

Please sign in to comment.