Justin,

It it was discussed and the other were agree for the warnings can you raise
a jira to remove them later on ?

Additional things I was speaking a bit with colleagues from JS team in my
company and asking them about checking "undefined" things. They were saying
that they are checking such things in that way:

if(typeof a !== 'undefined') {
}

And of course if we consider null:

if(typeof a !== 'undefined' && null !== a) {
}

Thoughts ?

Piotr




-----
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/Re-7-7-git-commit-flex-asjs-refs-heads-develop-make-getValue-a-lot-faster-30ms-down-to-5ms-in-a-compe-tp61974p62016.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to