bleach icon indicating copy to clipboard operation
bleach copied to clipboard

The `delete match;` in youtube.js is invalid in strict mode

Open mattbasta opened this issue 6 years ago • 0 comments

https://github.com/ecto/bleach/blob/master/filters/youtube.js#L10

This line of code is invalid in strict mode, which will prevent the library from being used with many JavaScript tools. It should be safe to just remove the delete statement.

mattbasta avatar Feb 18 '18 19:02 mattbasta