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

Variable declared after use generate NaN #27

Open
gik000 opened this issue Mar 25, 2013 · 0 comments
Open

Variable declared after use generate NaN #27

gik000 opened this issue Mar 25, 2013 · 0 comments

Comments

@gik000
Copy link

gik000 commented Mar 25, 2013

Hi creotiv,

I found what I think is a bug, on line 209 of jquery.photowall.js...
var ln = $("

")
.appendTo(PhotoWall._el);
var num_photos = line.length;

as subject of this issue states,
the variable "num_photos" is used before it is declared and filled.

This error generates problem on MAC - chrome/safari ...
(for a strange reason Windows systems are not affected about it)

I discovered it after I've implemented a modifications to make library works with ajax.

I look forward your answer,

thanks for this nice work.

Giancarlo Diana

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

No branches or pull requests

1 participant