summaryrefslogtreecommitdiffstats
path: root/qx08/source/class/tr/ui/Cellrenderer.js
diff options
context:
space:
mode:
Diffstat (limited to 'qx08/source/class/tr/ui/Cellrenderer.js')
-rw-r--r--qx08/source/class/tr/ui/Cellrenderer.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/qx08/source/class/tr/ui/Cellrenderer.js b/qx08/source/class/tr/ui/Cellrenderer.js
index 6a89da9..79edf4d 100644
--- a/qx08/source/class/tr/ui/Cellrenderer.js
+++ b/qx08/source/class/tr/ui/Cellrenderer.js
@@ -19,12 +19,12 @@ qx.Class.define('tr.ui.Cellrenderer', {
/**
- * Format a number with a configurable number of fraction digits
- * and add optional pre and postfix.
- * @param digits {Integer} how many digits should there be. Default is 0.
- * @param prefix {String} optional prefix.
- * @param postfix {String} optional postfix.
- */
+ * Format a number with a configurable number of fraction digits
+ * and add optional pre and postfix.
+ * @param digits {Integer} how many digits should there be. Default is 0.
+ * @param prefix {String} optional prefix.
+ * @param postfix {String} optional postfix.
+ */
construct : function(digits, postfix, prefix) {
if (digits == undefined) {
digits = 0;