Skip to content
This repository was archived by the owner on Apr 4, 2020. It is now read-only.
This repository was archived by the owner on Apr 4, 2020. It is now read-only.

this undefined when loading arboreal.js #2

@diN0bot

Description

@diN0bot

I have an error when loading arboreal.js (same error with built file, too):

I'm on a Mac with Chrome.

Uncaught TypeError: Cannot set property 'Arboreal' of undefined

Error is on line 247 of arboreal.js #fee6ba821 , with an anonymous function stacktrace going from 247 to 250 (and that's it).

Via Chrome's inspector:

 if (typeof module !== 'undefined' && module.exports) {
    module.exports = Arboreal;
  } else {
    this.Arboreal = Arboreal;
Uncaught TypeError: Cannot set property 'Arboreal' of undefined
  }

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions