remove stray line

This commit is contained in:
joshua stein 2012-09-03 16:42:50 -05:00
parent 621dde2dc5
commit 061f540506

View file

@ -1478,7 +1478,6 @@
val = (val === null) ? [] : val;
this.setVal(val);
// val is a list of objects
st
$(val).each(function () { data.push(self.id(this)); });
this.setVal(data);
this.updateSelection(val);