From f9d6f26cbf330d3c951a8801f963e685f64cc39c Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Mon, 17 Nov 2008 08:56:24 +0000 Subject: added initial 0.8 port ... not quite working yet --- qx08/source/class/tr/ui/Link.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'qx08/source/class/tr/ui/Link.js') 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); -- cgit v1.2.3-24-g4f1b