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

Fix incompatible fotoramaVersion definition. #398

Closed
wants to merge 1 commit into from
Closed

Fix incompatible fotoramaVersion definition. #398

wants to merge 1 commit into from

Conversation

Sutharsan
Copy link

I ran into this error: "Uncaught ReferenceError: fotoramaVersion is not defined" at this line:
fotoramaVersion = '4.6.3';

This change should change that into:
var fotoramaVersion = '4.6.3';

@tenorok
Copy link

tenorok commented Oct 17, 2015

👍 I have this error too, because webpack create "use strict";.

@podorozhny
Copy link

Same issue.

@podorozhny
Copy link

@artpolikarpov Can you please take a look on this?

@Sutharsan Sutharsan closed this by deleting the head repository Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants