flake8
passed.
JSHint
passed.
Review Request #12298 — Created May 24, 2022 and submitted
Information | |
---|---|
david | |
Djblets | |
release-3.x | |
Reviewers | |
djblets | |
The version of Backbone we're using apparently doesn't like passing a
fat arrow function for themodel
constructor attribute of a new
collection. This was causing various errors to pop up when attempting to
use the conditions UI (and failures for those code paths in the
js-tests). This change updates it to use a regularfunction
instead.
Summary | |
---|---|