Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Other Angularjs
New issue 1905 by [email protected]: Attribute object doesn't support
the 'in' operator correctly
http://code.google.com/p/google-caja/issues/detail?id=1905
<div id="foo">bar</div>
<script>
var attrs = document.getElementById("foo").attributes;
console.log(attrs.length); // 1
console.log(''+attrs[0]); // domado attribute object
console.log(0 in attrs); // false, should be true
</script>
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.