syntax error(asc_setVal() -> asc_getVal())

This commit is contained in:
GoshaZotov 2016-05-12 14:03:33 +03:00
parent 82e077f0e1
commit 862fb0cb42

View file

@ -427,7 +427,7 @@ define([
this.cmbType.setValue(type || type===null);
this.cmbItem.setValue(percent || percent===null);
this.spnCount.setValue(top10Filter.asc_setVal());
this.spnCount.setValue(top10Filter.asc_getVal());
}
}
},