Hello,

looking at some JS pieces in PPR I am seeing lot's of

foo == "undefined"

that isn't really working in some cases...

foo === undefined
(or foo !== undefined)

would be better.

Any thoughts ?

--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to