Comment #1 on issue 12871 by gerryewan: Properties that are added to a
function object are ignored.
http://code.google.com/p/chromium/issues/detail?id=12871
<html>
<body>
<script>
var foo = function() {};
foo['name'] = "hello";
alert("name:" + foo['name']);
</script>
</body>
</html>
the above _also_ does not work, and works in every single browser _other_
than google
chrome.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---