Skip to content

Commit

Permalink
Merge pull request #17 from trusktr/patch-1
Browse files Browse the repository at this point in the history
Edge 12 and 13 don't support destructuring according to MDN.
  • Loading branch information
Rich-Harris authored Nov 11, 2017
2 parents c7db76f + cd5af50 commit de60e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const matrix = {
},
edge: {
12: 0b1011110110111100011010001011101,
13: 0b1011111110111100011111001011111
13: 0b1011111110111100011110001011111
},
node: {
'0.10': 0b1000000000101000000000001000000,
Expand Down

0 comments on commit de60e34

Please sign in to comment.