IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery's trim called with an extra parameter, possibly incorrectly

3phase opened this issue · comments

commented

Description

jQuery's function trim is called in infragistics.ui.editors.js:908 with a space as a parameter, which may cause issues in some custom scenarios, as for instance overloading of the method by a different library/framework.

Expected result

All the trim functions to be called in the same way, where possible.

Attachments

image