[Proto-Scripty] Enumerable sort descending

2011-05-08 Thread kstubs
How do you sort descending? Also, how do you distinguish between Alpha, Alpha-numeric, and Numeric sorts? Thanks, loving the methods like sort() and uniq() off enumerable? Karl.. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group.

Re: [Proto-Scripty] Re: Can't load google maps

2011-05-08 Thread Andrew Niles
JUst to confirm what T.J has said, your site currently uses prototype (and jQuery in the play nice mode) with google maps, and all run fine together. This is for both Gmap2 and Gmap3 api's Having done a lot of programming with google maps, this is most likely other code that is incorrectly call i

[Proto-Scripty] Re: Can't load google maps

2011-05-08 Thread T.J. Crowder
Hi > Also the console shows a warning: > > "Warning: This site adds property to Object.prototype. If you have some tool saying that, it's a bug in the tool. Prototype doesn't add anything to `Object.prototype` (for the very reason given in the error). Prototype *does* add `extend` and 15 other f

[Proto-Scripty] Can't load google maps

2011-05-08 Thread venu
Iam getting the javascript errors if I use prototype.js Also the console shows a warning: "Warning: This site adds property to Object.prototype. Extending Object.prototype breaks JavaScript for..in loops, which are used heavily in Google Maps API v3." Please help me out -- You received this m