css-resize-polyfill icon indicating copy to clipboard operation
css-resize-polyfill copied to clipboard

Refactor use of 'with' statement

Open karan-kang opened this issue 6 years ago • 2 comments

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.

karan-kang avatar Aug 01 '18 19:08 karan-kang

I don't see any with in library's code https://github.com/CezaryDanielNowak/css-resize-polyfill/blob/master/lib/polyfill-resize.js

CezaryDanielNowak avatar Jan 21 '19 12:01 CezaryDanielNowak

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.

drukepple avatar Mar 18 '19 18:03 drukepple