summaryrefslogtreecommitdiffstats
path: root/qx08/source/class/tr/ui/Link.js
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-11-17 09:56:24 +0100
committerTobi Oetiker <tobi@oetiker.ch>2008-11-17 09:56:24 +0100
commitf9d6f26cbf330d3c951a8801f963e685f64cc39c (patch)
tree248f9f553302712dbdcc6b0bd3a816e36bb9e2a5 /qx08/source/class/tr/ui/Link.js
parentd8b465e26599268b8eded0732e8f29062556997e (diff)
downloadsmokeping-f9d6f26cbf330d3c951a8801f963e685f64cc39c.tar.gz
smokeping-f9d6f26cbf330d3c951a8801f963e685f64cc39c.tar.xz
added initial 0.8 port ... not quite working yet
Diffstat (limited to 'qx08/source/class/tr/ui/Link.js')
-rw-r--r--qx08/source/class/tr/ui/Link.js18
1 files changed, 9 insertions, 9 deletions
diff --git a/qx08/source/class/tr/ui/Link.js b/qx08/source/class/tr/ui/Link.js
index dd7f33e..d7bd28b 100644
--- a/qx08/source/class/tr/ui/Link.js
+++ b/qx08/source/class/tr/ui/Link.js
@@ -12,17 +12,17 @@ qx.Class.define('tr.ui.Link', {
/*
- *****************************************************************************
- CONSTRUCTOR
- *****************************************************************************
- */
+ *****************************************************************************
+ CONSTRUCTOR
+ *****************************************************************************
+ */
/**
- * @param text {String} Initial label
- * @param url {String} Where to link to
- * @param color {String} Hex Color for the text
- * @param font {String} Font from string representation
- */
+ * @param text {String} Initial label
+ * @param url {String} Where to link to
+ * @param color {String} Hex Color for the text
+ * @param font {String} Font from string representation
+ */
construct : function(text, url, color, font) {
this.base(arguments, text);