On May 20, 2:08 pm, dgouldin <[EMAIL PROTECTED]> wrote:
> right to left ... the "backwards" key doesn't function as designed.
Methinks you're running in some JavaScript closure mess. You could try
decoupling the anonymous function's backwards from the argument like
this:
(function(_decoupledBackwards) {
setTimeout(function() { ... _decoupledBackwards ? x : y ... });
})(backwards);
but my abysmal amount of knowledge about closures may be leading me in
the wrong direction.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---