Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

ReferenceError: TYPE_UNDEFINED is not defined #19

Open
jeromecovington opened this issue Apr 9, 2015 · 0 comments
Open

ReferenceError: TYPE_UNDEFINED is not defined #19

jeromecovington opened this issue Apr 9, 2015 · 0 comments

Comments

@jeromecovington
Copy link

I was getting an error running Harvey in a browser environment without using a module loader.

So I added this at the top of the outmost anonymous closure:

var State, _mediaQueryList, TYPE_UNDEFINED = 'undefined';

That fixed the error. I am happy to open a PR, if you prefer.

Thanks!

@jeromecovington jeromecovington changed the title TYPE_UNDEFINED not declared ReferenceError: TYPE_UNDEFINED is not defined Apr 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant