jsxtools / cqfill

Polyfill for CSS Container Queries
402 stars 4 forks source link

Remove unused variable #12

Closed jasikpark closed 2 years ago

jasikpark commented 2 years ago

Fixes #11 in theory by removing the unused variable that terser was shadowing.

Using https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment#ignoring_some_returned_values

jonathantneal commented 2 years ago

Thanks, @jasikpark !