Stefan Breunig 6de035b0ab likely fix #173
If I understood everything correctly, the reason was that the for-loop
doesn’t create a separate context, thus the reference to r was made for
the whole renderResonator function. This obviously references the latest
r after the loop has finished. Switching this to $.each where each
iteration is a new anonymous function and thus a closure, r is referenced
correctly.

Please reopen if this does not fix the problem.
2013-02-15 16:04:10 +01:00
..
2013-02-15 13:29:34 +01:00
2013-02-13 16:28:20 +01:00
2013-02-01 13:11:14 +01:00
2013-02-15 16:04:10 +01:00
2013-02-14 08:51:00 +01:00