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.
I use the unminified version (
src/lasca.js) for development and it lacks a couple ofvarstatements, for eg. look here: https://github.com/Teradata/lasca/blob/master/src/lasca.js#L313This is causing
ReferenceErrortherefore the code cannot execute.