Hi !
It seems we have found a little regression after migrating from
Prototype 1.5.1.1 to 1.6
on Hash object:
var map = { hello: 42 };
var prototypeMap = $H(map);
var msg = "map.hello: " + map.hello + "<br>\n" +
"prototypeMap.hello: " + prototypeMap.hello ;
On prototype 1.5.1.1 the result is :
map.hello: 42
prototypeMap.hello: 42
On prototype 1.6 the result is :
map.hello: 42
prototypeMap.hello: undefined
I can send you a zip file that demonstrate the issue
Regards,
Jp
--
Jean-Philippe Encausse - Veille / R&D Jalios SA
Jp [at] encausse.net - http://www.encausse.com - http://www.jalias.com
GTalk: jp.encausse [at] gmail.com - SMS: sms [at] jp.encausse.net
Mob: +33 6 82 12 56 99 - Job: +33 1 39 23 92 83 - Tel: +33 1 39 18 90 15
Do it Once, Use it Twice ~ Do it Twice, Make It Once
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---