css-resize-polyfill
css-resize-polyfill copied to clipboard
Refactor use of 'with' statement
This library throws an error when embedded in a project with strict type checking. Since 'with' keyword is deprecated, consider refactoring the code to remove it's usage.
I don't see any with
in library's code https://github.com/CezaryDanielNowak/css-resize-polyfill/blob/master/lib/polyfill-resize.js
The with
is in the DragResize library. I can't really find it anywhere other than the original twinhelix.com site. Seems like it might be a little dated.