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

Update AMD module definition to not be anonymous #179

Merged
merged 1 commit into from
Jun 24, 2018

Conversation

ezekg
Copy link
Contributor

@ezekg ezekg commented Jun 22, 2018

Older Ember versions don't support anonymous AMD modules, and unfortunately I'm stuck on an older Ember version for now and am not able to import this module due to that. This PR resolves the issue by naming the module definition and providing an empty dependency array, which AFAIK should not be a breaking change (but correct me if I'm wrong).

older ember versions don't support anonymous amd modules,
and this resolves the issue by naming the module definition and
providing an empty dependency array.
@exupero
Copy link
Owner

exupero commented Jun 24, 2018

Thanks!

@exupero exupero merged commit 95cc375 into exupero:gh-pages Jun 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants