Re: [Proto-Scripty] Re: hash.__properties is undefined

2010-11-08 Thread Hamed Iravanchi
prototype_update_helper.js is the script shipped along side Prototype in the same website for upgrading purpose. It's supposed to show errors where there's a deprecated API used. On Mon, Nov 8, 2010 at 2:32 AM, T.J. Crowder t...@crowdersoftware.com wrote: Hi, I'm upgrading from 1.5 to 1.6.1,

[Proto-Scripty] Re: hash.__properties is undefined

2010-11-08 Thread Tobie Langel
It's very possible the updater wasn't updated to support updating to v1.6.1 as few people actually use it. Sorry about that. Best, Tobie On Nov 8, 11:24 am, Hamed Iravanchi ha...@iravanchi.com wrote: prototype_update_helper.js is the script shipped along side Prototype in the same website

Re: [Proto-Scripty] Re: hash.__properties is undefined

2010-11-08 Thread Hamed Iravanchi
That's interesting! Because I find it very useful. I was so happy to find out that there's such an updater script. I guess if I fix my script to use 1.6.0.3, it will be compatible with 1.6.1 too. Am I right? Or which is the latest version that the updater works with? My main issue for upgrading

RE: [Proto-Scripty] Re: hash.__properties is undefined

2010-11-08 Thread Brian Marquis
team, respect our time. From: Brian Marquis [mailto:br...@quotepro.com] Sent: Monday, November 08, 2010 9:33 AM To: 'prototype-scriptaculous@googlegroups.com' Subject: RE: [Proto-Scripty] Re: hash.__properties is undefined I also have an issue with the Hash class. We have about 20 live

[Proto-Scripty] Re: hash.__properties is undefined

2010-11-07 Thread T.J. Crowder
Hi, I'm upgrading from 1.5 to 1.6.1, and Firefox reports an error in prototype_update_helper.js (line 380)... As there's no prototype_update_helper.js in Prototype itself, you'll need to show the actual code being used. If it's using the internals of the `Hash` object (instead of its published