[Prototype-core] getters/setters and patches

2010-02-08 Thread Clint Priest
I've been playing with getters and setters lately, namely the get XXX() { } and set XXX(value) { } format and I've noticed that prototype 1.6.1 doesn't play well with them. I've made some changes to prototype to support it on FF but I'm wondering if this has already been addressed in dev or if

[Prototype-core] Re: getters/setters and patches

2010-02-18 Thread Clint Priest
I abandoned this project because I found out that IE8 does not support getters/setters in object notational syntax, IE: var x = { get y() { }, set y(value) { } } On Feb 17, 6:25 pm, Andrew Dupont goo...@andrewdupont.net wrote: On Feb 8, 12:22 pm, Clint Priest cpri...@warpmail.net wrote

[Prototype-core] Re: Kudos to the documentation team

2010-04-03 Thread Clint Priest
I would definitely second that, great work! On Apr 3, 1:32 am, T.J. Crowder t...@crowdersoftware.com wrote: The new docs Andrew pushed yesterday are a HUGE leap forward! Well done to everyone who contributed to both the content and the improved linkability and such. Major kudos! -- T.J. :-)

[Prototype-core] Re: Kudos to the documentation team

2010-04-07 Thread Clint Priest
If you're on a PC you can adjust your wheel-scroll settings in Control Panel - Mouse - Wheel. I think the default is 3 and I usually adjust mine up as well. On Apr 6, 7:15 am, joe t. thooke...@gmail.com wrote: +1 for the scrolling. The navigation between documentation links has much improved,