Thomas Fuchs wrote:
AFAIK the setTimeout makes sure that the eval() is executed in the window-global context, and not the local execution context of the method it happens to be in.
Won't it still execute in the local context because of the closure. That is of course while the "html" identifier is still available to be evaluated.
Not trying to doubt your statement (as you know much more about prototype than I do), just trying understand better.
Thanks, Eric _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs