You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jQuery has deprecated size() and encourages length attribute to be used instead. We should change our size() method to length() and use .length in the eval call.
We need to make the change in following files:
msl-client-browser/appcontainer-driver.js
test/msl-clien-browser/spec/MSLTestSpec.js
The text was updated successfully, but these errors were encountered:
jQuery has deprecated size() and encourages length attribute to be used instead. We should change our size() method to length() and use .length in the eval call.
We need to make the change in following files:
The text was updated successfully, but these errors were encountered: