Resolving issue setting proper value for options in Select2Cell

This commit is contained in:
Harshal Dhumal 2016-01-07 10:55:22 +05:30 committed by Ashesh Vashi
parent 5e67ca959d
commit df594d56e5

View File

@ -310,7 +310,7 @@
var col = _.defaults(this.column.toJSON(), this.defaults),
model = this.model, column = this.column,
editable = Backgrid.callByNeed(col.editable, column, model),
optionValues = this.column.get('optionValues');
optionValues = this.optionValues;
this.$el.empty();