Is 'prop in obj' supported by all common browsers: IE6+, Chrome, Firefox, Opera, Safari?
If so, why would jslint.com throw this error:
Unexpected 'in'. Compare with undefined, or use the hasOwnProperty method instead. var isClosable = 'close' in iAttrs;
Or is it considered a bad practice?