JSDOC/BuildDocs.js
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 12:56:00 +0000 (20:56 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 12:56:00 +0000 (20:56 +0800)
JSDOC/BuildDocs.js

index fc5011d..c0b83b7 100644 (file)
@@ -505,7 +505,7 @@ BuildDocs = {
                 function($) {
                     return $.name.indexOf(".") == -1; // don't show config params in signature
                 }
-            ).map( function($) { return  $.type + " "  +(  $.name == 'this' ? '_self' : $.name; ) } ).join(", ") +
+            ).map( function($) { return  $.type + " "  +(  $.name == 'this' ? '_self' : $.name ); } ).join(", ") +
         ")";
     }