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

JS: jQuery.fn.size() is deprecated #4997

Merged
merged 3 commits into from
Jun 6, 2018
Merged

Conversation

GaryJones
Copy link
Contributor

Use .length property instead.

Fixes #3898

Only one instance of size() existed, compared to the two mentioned in #3898.

Use `.length` property instead.

Fixes #3898
@GaryJones GaryJones added Type: Clean up / refactor Status: PR > Pending Code Review PR is pending code review by core developers labels Jun 5, 2018
@GaryJones GaryJones self-assigned this Jun 5, 2018
@ghost ghost added the Status: In Progress Issue or PR is currently in progress but not yet done label Jun 5, 2018
@pglewis pglewis added this to the Pods 2.7.4 milestone Jun 5, 2018
@pglewis
Copy link
Contributor

pglewis commented Jun 5, 2018

Only one instance of size() existed, compared to the two mentioned in #3898.

I actually had to dig up why, I completely forgot:
#4067
#4229

@pglewis pglewis added Status: PR > Reviewed and Ready PR has been code reviewed by core developers and is ready for merge (if it passes QA) and removed Status: PR > Pending Code Review PR is pending code review by core developers labels Jun 5, 2018
@ghost ghost assigned sc0ttkclark Jun 5, 2018
@ghost ghost assigned pglewis Jun 5, 2018
@pglewis pglewis merged commit 8f46b85 into 2.x Jun 6, 2018
@ghost ghost removed the Status: In Progress Issue or PR is currently in progress but not yet done label Jun 6, 2018
@pglewis pglewis deleted the feature/3898-size-deprecated branch June 6, 2018 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Focus: Deprecation Status: PR > Reviewed and Ready PR has been code reviewed by core developers and is ready for merge (if it passes QA)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants