Apply suggestion to src/services/theme_data/theme_data.service.js
This commit is contained in:
parent
40e3595ad3
commit
5af0949491
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ export const topoSort = (
|
||||||
// The index thing is to make sorting stable on browsers
|
// The index thing is to make sorting stable on browsers
|
||||||
// where Array.sort() isn't stable
|
// where Array.sort() isn't stable
|
||||||
return output.map((data, index) => ({ data, index })).sort(({ data: a, index: ai }, { data: b, index: bi }) => {
|
return output.map((data, index) => ({ data, index })).sort(({ data: a, index: ai }, { data: b, index: bi }) => {
|
||||||
console.log(a, b, ai, bi)
|
|
||||||
const depsA = getDeps(a, inheritance).length
|
const depsA = getDeps(a, inheritance).length
|
||||||
const depsB = getDeps(b, inheritance).length
|
const depsB = getDeps(b, inheritance).length
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue