jQuery-Autocomplete icon indicating copy to clipboard operation
jQuery-Autocomplete copied to clipboard

JMIGRATE jQuery.trim is deprecated; use String.prototype.trim

Open ebwaked opened this issue 4 years ago • 0 comments

lines 517 and 804 are using $.trim() instead of String.prototype.trim.call() and JMIGRATE is warning of deprecated code.

ebwaked avatar Mar 12 '21 23:03 ebwaked