Eval() stops executing when it hits an apostrophe in the evaluated expression sought.
Had to find this out the hard way after some messages were truncated by this bug.
Some further explanation:
http://bytes.com/topic/javascript/answers/712903-eval-apostrophe
I used this opportunity to replace all the eval calls in that particular function with the actual variable names.
Don’t be eval!

0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.