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

add var in for loop #50

Merged
merged 1 commit into from
Dec 18, 2017
Merged

add var in for loop #50

merged 1 commit into from
Dec 18, 2017

Conversation

keathley
Copy link
Contributor

If exif-js is required as a module then it throws an Uncaught ReferenceError: n is not defined. Adding the proper scoping with var solves this issue.

If exif-js is required as a module then it throws an `Uncaught
ReferenceError: n is not defined`. Added the proper scoping with var in
order to solve this.
@arcanis
Copy link

arcanis commented Jan 17, 2018

@bartvanderwal Do you plan to release the fix on npm? Or will it be part of a larger one later on?

@dannywieser
Copy link

dannywieser commented Jan 17, 2018

@bartvanderwal +1 on including this in a release as soon as possible - this issue is making this library unusable for our application.

In case it helps anyone else: angular-translate (https://github.com/angular-translate/angular-translate) / messageformat(https://github.com/messageformat) will export a global function called n() that is blown away by this bug in exif-js, causing translations to no longer function.

@Sky4CE
Copy link

Sky4CE commented Mar 21, 2018

@bartvanderwal +1 , please push hotfix to npm as soon as possible

@hermanho
Copy link

hermanho commented May 7, 2019

This code merge was 1 year ago. The npm version is still out-dated and unusable.

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

Successfully merging this pull request may close these issues.

None yet

8 participants