...by the way, several lines up there's

<code>
    /**
     * Converts the given value to a number via <code>parseInt</code>.
     *
     * @param value {var} The value to convert.
     * @return {Number} The converted value.
     */
    toNumber : function(value) {
      return parseFloat(value);
    },
</code>

...which should be...

<code>
    /**
     * Converts the given value to a number via <code>parseFloat</code>.
</code>

Just in case you still have that module opened in your editor ;)

/Peter

On 5/15/2012 4:02 PM Martin Wittemann wrote:
> Thanks, fixed that right away.
> 
> Am 15.05.2012 um 13:43 schrieb Jagget:
> 
>> http://demo.qooxdoo.org/2.0/apiviewer/index.html#qx.data.Conversion~toBoolean
>> Description: "Converts the given value to a number via |!!value|."
>> ----
>> С уважением,
>> Jagget
>> [...]


**** Besuchen Sie uns: 12.-14. Juni 2012, transfairlog Hamburg Halle A3, Stand 
410 ****

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to