Commit ede50332 authored by Phil Hughes's avatar Phil Hughes

Undefined variable

parent 1d43c20d
......@@ -79,7 +79,7 @@
},
moveList: function (oldIndex, newIndex) {
const listFrom = this.findList('position', oldIndex),
istTo = this.findList('position', newIndex);
listTo = this.findList('position', newIndex);
listFrom.position = newIndex;
if (newIndex > listTo.position) {
......
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