From 8808465e5b70fd6388ed02a2cfda6015ffc914e5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 Aug 2005 19:11:26 +0000 Subject: r9133: a huge import of the qooxdoo infrastructure. I decided to import all the widgets to make experimenting easy during development. We can trim this back later to only the pieces we use (This used to be commit 631a56da39ed0daae46ca89e57c10b09cf41c718) --- swat/style/qooxdoo/widgets/types/QxInteger.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 swat/style/qooxdoo/widgets/types/QxInteger.js (limited to 'swat/style/qooxdoo/widgets/types/QxInteger.js') diff --git a/swat/style/qooxdoo/widgets/types/QxInteger.js b/swat/style/qooxdoo/widgets/types/QxInteger.js new file mode 100644 index 0000000000..aca33b4a30 --- /dev/null +++ b/swat/style/qooxdoo/widgets/types/QxInteger.js @@ -0,0 +1,2 @@ +/* Copyright (c): 2002-2005 (Germany): United Internet, 1&1, GMX, Schlund+Partner, Alturo */ +function QxInteger(v){return Math.round(QxNumber(v));}; \ No newline at end of file -- cgit