[Proto-Scripty] Re: element is null suggestion

2010-09-10 Thread Blaine
still be in the arguments array??? -Original Message- From: prototype-scriptaculous@googlegroups.com [mailto:prototype-scriptacul...@googlegroups.com] On Behalf Of Blaine Sent: Thursday, September 09, 2010 1:29 PM To: Prototype script.aculo.us Subject: [Proto-Scripty] Re: element

[Proto-Scripty] Re: element is null suggestion

2010-09-09 Thread Blaine
I think the way it is is intuitive to JavaScript developers who know Document.getElementById(). If the element may return null, then check for null dammit ;-) ... just as if you were coding directly with w3c API. WRT console logging, there are tons of places where console logging would be useful

RE: [Proto-Scripty] Re: element is null suggestion

2010-09-09 Thread Brian Marquis
, September 09, 2010 1:29 PM To: Prototype script.aculo.us Subject: [Proto-Scripty] Re: element is null suggestion I think the way it is is intuitive to JavaScript developers who know Document.getElementById(). If the element may return null, then check for null dammit ;-) ... just as if you were

[Proto-Scripty] Re: element is null suggestion

2010-09-09 Thread T.J. Crowder
-Scripty] Re: element is null suggestion I think the way it is is intuitive to JavaScript developers who know Document.getElementById().  If the element may return null, then check for null dammit ;-) ... just as if you were coding directly with w3c API. WRT console logging, there are tons