summaryrefslogtreecommitdiff
path: root/swat/style/qooxdoo/widgets/types/QxInteger.js
blob: aca33b4a30895d205b850a771e969ca67ecf9ab1 (plain)
1
2
/* Copyright (c): 2002-2005 (Germany): United Internet, 1&1, GMX, Schlund+Partner, Alturo */
function QxInteger(v){return Math.round(QxNumber(v));};