We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed6d2c commit 578334cCopy full SHA for 578334c
webcompat/static/js/lib/models/label-list.js
@@ -36,7 +36,6 @@ issues.LabelList = Backbone.Model.extend({
36
});
37
// if we're initialized with {labels:array-of-objects}, process the data
38
var inputLabelData = this.get("labels");
39
- this.set("labels", []);
40
if (inputLabelData) {
41
this.parse(inputLabelData);
42
} else {
0 commit comments