Commit 862fb0cb authored by GoshaZotov's avatar GoshaZotov

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

parent 82e077f0
...@@ -427,7 +427,7 @@ define([ ...@@ -427,7 +427,7 @@ define([
this.cmbType.setValue(type || type===null); this.cmbType.setValue(type || type===null);
this.cmbItem.setValue(percent || percent===null); this.cmbItem.setValue(percent || percent===null);
this.spnCount.setValue(top10Filter.asc_setVal()); this.spnCount.setValue(top10Filter.asc_getVal());
} }
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment