ebf2f0f3e2
In this commit the codebase has been updated to use .prop() over .attr(). The .attr() calls were found using this regex: \.attr\(\s*['"](?:checked|disabled|selected) This regex looks to update attributes from .attr(...) to .prop(...) to ensure compatibility with jQuery 3.5 as these are boolean properties (checked, disabled, and selected). unblocking jquery upgrade path refs FOO-4260 flag=none test plan: tests pass [skip-crystalball] Change-Id: Ieddff1688ca9d8659b9b952ae548aad8c7b58dd8 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/341290 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Angela Gomba <angela.gomba@instructure.com> QA-Review: Michael Hulse <michael.hulse@instructure.com> Product-Review: Michael Hulse <michael.hulse@instructure.com> |
||
---|---|---|
.. | ||
backbone/views | ||
jst | ||
index.js | ||
package.json |