Because you're calling Element.get with multiple arguments. If you do that, you'll get an object with key/value pairs, with each key being one of the arguments you passed.
On Mon, Oct 25, 2010 at 2:02 PM, André Fiedler <[email protected] > wrote: > Why does this: > > http://jsfiddle.net/SunboX/Qhsej/ > > return an Object like that: > > Object > > 1. : null > 2. text: "Go" > 3. __proto__: Object > > > using 1.3? It doesn´t using 1.2 instead?! > > Thx, André! :o) >
