diff app/view/window/About.js @ 890:def27cdd0dfa

Added Documentation to Windows
author Dustin Demuth <dustin@intevation.de>
date Thu, 23 Jul 2015 16:40:50 +0200
parents c6e9bcda69b8
children 21b139cc41b2
line wrap: on
line diff
--- a/app/view/window/About.js	Thu Jul 23 16:40:28 2015 +0200
+++ b/app/view/window/About.js	Thu Jul 23 16:40:50 2015 +0200
@@ -14,6 +14,9 @@
 
     layout: 'fit',
 
+    /**
+     * This function initialises the Window
+     */
     initComponent: function() {
         var i18n = Lada.getApplication().bundle;
 
@@ -70,6 +73,9 @@
         this.callParent(arguments);
     },
 
+    /**
+     * This function converts an Array into HTML-paragraphs
+     */
     rolesToHtml: function() {
         var roles = '';
         var r = Lada.userroles.split(',');

http://lada.wald.intevation.org