This reverts commit 2c85ee7434, reversing changes made to 362ba4c4ff.
2c85ee7434
362ba4c4ff
@ -668,11 +668,7 @@
},
getValue: function () {
return this.wrap
? BI.filter(this.wrap.attach_array, function (index, attach) {
return attach.attach_id;
})
: [];
return this.wrap ? this.wrap.attach_array : [];
getQueue: function () {