JsTemplate/Link.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 10:38:03 +0000 (18:38 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 10:38:03 +0000 (18:38 +0800)
JsTemplate/Link.js

index 86457a2..9a3089d 100644 (file)
@@ -12,8 +12,8 @@ XObject  = imports.XObject.XObject;
 /** Handle the creation of HTML links to documented symbols.
        @constructor
 */
-Link = XObject.define( 
-    function {
+Link = XObject.define(
+    function () {
         this.alias = "";
         this.src = "";
         this.file = "";