Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ember 1.13 compatibility #118

Closed
pedrokost opened this issue Jun 21, 2015 · 2 comments
Closed

Ember 1.13 compatibility #118

pedrokost opened this issue Jun 21, 2015 · 2 comments

Comments

@pedrokost
Copy link

Upon upgrading to Ember 1.13, the leaflet code is breaking with the following message:

Uncaught TypeError: Cannot read property 'forEach' of undefined

which seems to originate from LayerMixing (line 121). get(this, 'events') returns undefined.

I am using the master branch of ember-leaflet.

@miguelcobain
Copy link
Collaborator

Probably related with #116?

The master branch of ember-leaflet isn't maintained in favor of the existing ember-cli version.
Are you looking for a globals version of ember-leaflet?
If so, solving #108 would be the right way to go.

Nevertheless, if the problem is really something like #116, a similar PR could be accepted to the master branch.

@pedrokost
Copy link
Author

I am rewriting the map to the es6 branch. Closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants