JS: Fix bug from sorting lines

This commit is contained in:
Asger F
2019-05-08 10:42:14 +01:00
parent 86885f4ff0
commit 27e8ea85f7

View File

@@ -390,9 +390,9 @@ module LodashUnderscore {
name = "partition" or
name = "reduce" or
name = "reduceRight" or
name = "replace"
name = "replace" or
name = "some" or
name = "transform" or
name = "transform"
)
}