Hello

On Firefox 4 I have a problem with run this code:

t = setTimeout(function(){alert(test)},  500);

Its strange, because on last Firefox 3.6.16 and the same GM version
all works fine.

Of course this solution will work:

function test(){
 alert("RunMe");
};
t = setTimeout(test,  500);

But correct all code is annoying. Any ide why first example dosn't
work?

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" 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/greasemonkey-users?hl=en.

Reply via email to