# HG changeset patch # User Torsten Irländer # Date 1376387785 -7200 # Node ID b8bd8d9a93abdffd2ab761ae044a6e8f7b4ab5e1 # Parent 5fbcbf33083960c025eea499aa2f7e3d3af2cd1e Added documentation diff -r 5fbcbf330839 -r b8bd8d9a93ab app/view/Viewport.js --- 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', diff -r 5fbcbf330839 -r b8bd8d9a93ab app/view/proben/List.js --- 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. */