View Single Post
Old 11-15-2012, 11:53 AM   PM User | #13
devnull69
Senior Coder

 
Join Date: Dec 2010
Posts: 2,245
Thanks: 10
Thanked 531 Times in 525 Posts
devnull69 will become famous soon enough
And additionally this won't work
Code:
window.onload = doit;

var doit = function() {
   ...
}
So function doit() is not equivalent to var doit = function()
devnull69 is offline   Reply With Quote