Re: Can't coerce to string
Tupshin Harper <[email protected]> Wed, 17 Mar 2004 23:35:24 -0800
| Newsgroups | gmane.comp.java.xwt.core |
|---|---|
| Message-ID | <[email protected]> |
Adam Megacz wrote: >Charles Goodwin <[email protected]> writes: > > >>>That's my point. It will get used without people looking at it. >>> >>> > > > >>Hmm that could be said about anything though. >> >> > >Which is why org.ibex.js never does any lossy coercions. >Number-to-string, boolean-to-string, and boolean-to-number are all >lossless. Object-to-string is not. > > - a > > > This is a pointless violation of normal JS behavior. -Tupshin