-
Couldn't load subscription status.
- Fork 43
Open
Description
Running weblas in a browser's 'strict mode' will throw runtime errors.
Repro: see https://jsfiddle.net/u7by8azp/, created by pasting dist/weblas.js into a script with 'use strict' at the top.
Expected: no console errors in devtools
Actual:
Uncaught ReferenceError: p is not defined
at new DownsampleCalculator
This makes it challenging to use weblas as an external dependency when building a project that bundles or concatenates it with other scripts that have strict mode enabled.
It seems that if we patch a couple instances in weblas code, adding var before variable declarations, this should work:
https://jsfiddle.net/cft3aqvu/
Metadata
Metadata
Assignees
Labels
No labels