Mercurial > lada > lada-client
changeset 353:b8bd8d9a93ab
Added documentation
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 13 Aug 2013 11:56:25 +0200 |
parents | 5fbcbf330839 |
children | 0a8fd4c2e7a8 |
files | app/view/Viewport.js app/view/proben/List.js |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/Viewport.js Tue Aug 13 11:45:14 2013 +0200 +++ b/app/view/Viewport.js Tue Aug 13 11:56:25 2013 +0200 @@ -10,7 +10,6 @@ requires: [ 'Lada.store.Info', 'Lada.view.search.List', - 'Lada.view.search.List', 'Lada.view.proben.List', 'Lada.view.widgets.Mst', 'Lada.view.widgets.Uwb',
--- a/app/view/proben/List.js Tue Aug 13 11:45:14 2013 +0200 +++ b/app/view/proben/List.js Tue Aug 13 11:56:25 2013 +0200 @@ -44,7 +44,7 @@ }, /** * Setup columns of the Grid dynamically based on a list of given cols. - * The function is called from the {@link Lada.controllers.Sql#selectSql + * The function is called from the {@link Lada.controller.Sql#selectSql * select sql event} * @parameter {Array} List of cols to show in the Grid. */