Skip to content

Commit

Permalink
fix warnings in Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
paronne committed Dec 16, 2019
1 parent 710790c commit 9bb59b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions svySecurityConsole/svySecurityConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function onSolutionOpen(arg, queryParams) {

/**
* @public
* @param {svychartjs-chart|svychartjs-chart_abs} chart
* @param {RuntimeWebComponent<svychartjs-chart>|RuntimeWebComponent<svychartjs-chart_abs>} chart
* @properties={typeid:24,uuid:"D54407E3-A7ED-41F2-ACFD-0757B6168520"}
*/
function createChartTenantsWithMostUsers(chart){
Expand Down Expand Up @@ -172,7 +172,7 @@ function createChartTenantsWithMostUsers(chart){

/**
* @public
* @param {svychartjs-chart} chart
* @param {RuntimeWebComponent<svychartjs-chart>|RuntimeWebComponent<svychartjs-chart_abs>} chart
* @properties={typeid:24,uuid:"DC5F022B-5F60-4D99-93C4-3A5345663B18"}
*/
function createChartTopTenantsUsageOverTimeMonths(chart){
Expand Down Expand Up @@ -300,7 +300,7 @@ function createChartTopTenantsUsageOverTimeMonths(chart){

/**
* @public
* @param {svychartjs-chart|svychartjs-chart_abs} chart
* @param {RuntimeWebComponent<svychartjs-chart>|RuntimeWebComponent<svychartjs-chart_abs>} chart
* @properties={typeid:24,uuid:"4E3E4B19-6940-4D84-AC37-0F0BD4C9440F"}
*/
function createChartTotalUsageOverTimeMonths(chart){
Expand Down Expand Up @@ -409,7 +409,7 @@ function createChartTotalUsageOverTimeMonths(chart){
/**
* @public
* @param {String} tenantName
* @param {svychartjs-chart} chart
* @param {RuntimeWebComponent<svychartjs-chart>|RuntimeWebComponent<svychartjs-chart_abs>} chart
* @properties={typeid:24,uuid:"FAF8AB2A-F67F-427E-941A-E519963319D0"}
*/
function createChartTenantTopUsersUsageOverTimeMonths(tenantName, chart){
Expand Down Expand Up @@ -540,7 +540,7 @@ function createChartTenantTopUsersUsageOverTimeMonths(tenantName, chart){
/**
* @public
* @param {String} tenantName
* @param {svychartjs-chart|svychartjs-chart_abs} chart
* @param {RuntimeWebComponent<svychartjs-chart>|RuntimeWebComponent<svychartjs-chart_abs>} chart
* @properties={typeid:24,uuid:"0392338E-6D9A-437E-94FC-99E648296685"}
*/
function createChartTotalTenantUsageOverTimeMonths(tenantName, chart){
Expand Down Expand Up @@ -652,7 +652,7 @@ function createChartTotalTenantUsageOverTimeMonths(tenantName, chart){
* @public
* @param {String} tenantName
* @param {String} userName
* @param {svychartjs-chart|svychartjs-chart_abs} chart
* @param {RuntimeWebComponent<svychartjs-chart>|RuntimeWebComponent<svychartjs-chart_abs>} chart
* @properties={typeid:24,uuid:"B4BF6476-C659-421D-991C-9DCD95991C20"}
*/
function createChartUserUsageOverTimeMonths(tenantName, userName, chart){
Expand Down

0 comments on commit 9bb59b3

Please sign in to comment.