boo1ean/casual

ReferenceError: b is not defined on uuid function

romap0 opened this issue · 1 comments

In this line:

return (b = function (_b) {
        ^

you assign b variable but it is not defined in that scope, so it produces ReferenceError when I run tests using uuid function.

I'm getting the same error when using https://github.com/Klowner/casual-browserify and running casual.uuid:

image