2,875
edits
No edit summary |
No edit summary |
||
Line 223: | Line 223: | ||
local sortAscending = sortMeta.ascending | local sortAscending = sortMeta.ascending | ||
local leftVal = | local leftVal = selector(left) | ||
local rightVal = | local rightVal = selector(right) | ||
if leftVal ~= rightVal then | if leftVal ~= rightVal then | ||
if sortAscending then | if sortAscending then |
edits