Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Element.size() to Element.length() in appcontainer-driver.js #40

Open
kood1 opened this issue Oct 15, 2014 · 1 comment
Open

Comments

@kood1
Copy link
Member

kood1 commented Oct 15, 2014

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
@kood1
Copy link
Member Author

kood1 commented Oct 16, 2014

Not too critical since we are using specific version of jQuery which has this method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant