Teradata / lasca

JavaScript collation table based Unicode sorting for internationalized applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `var` statements in source

atomgomba opened this issue · comments

I use the unminified version (src/lasca.js) for development and it lacks a couple of var statements, for eg. look here: https://github.com/Teradata/lasca/blob/master/src/lasca.js#L313

This is causing ReferenceError therefore the code cannot execute.