Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Uncaught TypeError: Cannot read property 'Utilities' of undefined #2

@Hardell

Description

@Hardell

In ui.js:28.

This is caused because base.js is not imported at all because it's missing in the bower.json

I.e.
"main": ["js/ui.js", "css/ui-dark.css", "fonts/Symbols.ttf"]
in the bower.json should be
"main": ["js/base.js", "js/ui.js", "css/ui-dark.css", "fonts/Symbols.ttf"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions