math.js:264 missing 'var' for mat_T
johnhorsema opened this issue · 0 comments
johnhorsema commented
Used your library under NodeJS and running under strict mode.
Encountered this error:
ReferenceError: mat_T is not defined
Added the var back and runs fine