Skip to content

Commit

Permalink
refactor(combo knockout): fix jshint #1852
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Dec 7, 2018
1 parent 3001f4e commit d0143d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
},
update: function (element, valueAccessor) {
var combo = $(valueAccessor().combo),
listLength = combo.igCombo("listItems").length,
options = valueAccessor().options,
dataSource = ko.utils.unwrapObservable(valueAccessor().dataSource),
dropDownScroller = combo.data("igCombo")._options.$dropDownScrollCont,
Expand Down

0 comments on commit d0143d0

Please sign in to comment.