fotorama icon indicating copy to clipboard operation
fotorama copied to clipboard

Fix incompatible fotoramaVersion definition.

Open Sutharsan opened this issue 9 years ago • 3 comments

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';

Sutharsan avatar Apr 16 '15 11:04 Sutharsan

:+1: I have this error too, because webpack create "use strict";.

tenorok avatar Oct 17 '15 21:10 tenorok

Same issue.

podorozhny avatar Mar 19 '17 10:03 podorozhny

@artpolikarpov Can you please take a look on this?

podorozhny avatar Mar 20 '17 16:03 podorozhny