ember-test-helpers-codemod icon indicating copy to clipboard operation
ember-test-helpers-codemod copied to clipboard

find chained jquery expression

Open snewcomer opened this issue 7 years ago • 2 comments
trafficstars

Meant to migrate use cases where users chained .find.

snewcomer avatar Feb 08 '18 17:02 snewcomer

Tbh, I am a bit confused... what function is the chained .find actually referring to, in the case of a jQuery find() call? It is not this one, right? https://api.jquery.com/find/ (as the function signature is completely different)

simonihmig avatar Feb 08 '18 20:02 simonihmig

Yep you are right. I screwed that up. I'll try to fix today.

snewcomer avatar Feb 13 '18 19:02 snewcomer