Remove unnecesary assignment

This commit is contained in:
Alfredo Sumaran 2016-04-25 17:10:12 -05:00
parent da29ad4b9d
commit af30c87cf2

View file

@ -12,7 +12,6 @@ class @LabelsSelect
newColorField = $('#new_label_color')
showNo = $dropdown.data('show-no')
showAny = $dropdown.data('show-any')
useId = $dropdown.data('use-id')
defaultLabel = $dropdown.data('default-label')
abilityName = $dropdown.data('ability-name')
$selectbox = $dropdown.closest('.selectbox')