Mercurial > lada > lada-client
diff app/view/window/DeleteProbe.js @ 890:def27cdd0dfa
Added Documentation to Windows
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 23 Jul 2015 16:40:50 +0200 |
parents | 2c686025934a |
children | 8054232535ba |
line wrap: on
line diff
--- a/app/view/window/DeleteProbe.js Thu Jul 23 16:40:28 2015 +0200 +++ b/app/view/window/DeleteProbe.js Thu Jul 23 16:40:50 2015 +0200 @@ -23,6 +23,9 @@ record: null, parentWindow: null, + /** + * This function initialises the Window + */ initComponent: function() { var i18n = Lada.getApplication().bundle; @@ -158,7 +161,7 @@ }, /** - * Init + * Inititalise Data */ initData: function() { var i18n = Lada.getApplication().bundle; @@ -176,6 +179,9 @@ return r; }, + /** + * Reload the Application + */ reload: function(btn) { if (btn === 'yes') { location.reload();