POLS is a no-brainer here. Since this IS a legit line in javascript: var n = new Number(4);
then saying: Object.isNumber(n); => false is ridiculous. Regardless of whether using "new Number" is preferred syntax or not, its craziness to claim that that's a valid response for that function. -Jerod On Wed, Oct 8, 2008 at 4:03 AM, atrepp <[EMAIL PROTECTED]> wrote: > > I have a DB Cache where i store the value in Number object, i want to > send back this value without to use valueOf each time. > And Hash.toQueryString() is a good example why it should detect Number > Object. I don't think that this function can ignore Number Object. > Cordially, > Alex > > On 7 oct, 17:05, kangax <[EMAIL PROTECTED]> wrote: > > Alex, > > > > I have already replied to you on Lighthouse, but, out of curiosity, > > why do you need `isNumber` to "work" with objects? What's the usecase > > and why plan type-conversion (before calling isNumber) doesn't satisfy > > you? > > > > > > > > > Cordially, > > > Alex > > > > -- > > kangax > > > -- Jerod Venema Senior Software Engineer Nth Penguin, LLC http://www.nthpenguin.com (919) 368-5105 --- WebWidgetry.com / MashupStudio.com Future Home of the World's First Complete Web Platform --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" 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/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
