t2ym/xliff-conv

Exception due to Array.contains() polyfill

t2ym opened this issue · 0 comments

t2ym commented

Exception is thrown due to Array.contains() polyfill at _todoOps().

for (var i = 0; i < array.length; i++) should be used instead of for (var i in array)