Skip to content

Commit 578334c

Browse files
author
Mike Taylor
committed
Issue #1204. Remove useless prop set (which sends out change events).
1 parent 0ed6d2c commit 578334c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webcompat/static/js/lib/models/label-list.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ issues.LabelList = Backbone.Model.extend({
3636
});
3737
// if we're initialized with {labels:array-of-objects}, process the data
3838
var inputLabelData = this.get("labels");
39-
this.set("labels", []);
4039
if (inputLabelData) {
4140
this.parse(inputLabelData);
4241
} else {

0 commit comments

Comments
 (0)