Skip to content
Extraits de code Groupes Projets
Valider 3b4efdd6 rédigé par sgiehl's avatar sgiehl
Parcourir les fichiers

unneeded comma might cause js error in some older browsers

parent 7f2628c1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -135,7 +135,7 @@
exportText: _pk_translate('General_SaveImageOnYourComputer_js'),
metricsToPlot: _pk_translate('General_MetricsToPlot_js'),
metricToPlot: _pk_translate('General_MetricToPlot_js'),
recordsToPlot: _pk_translate('General_RecordsToPlot_js'),
recordsToPlot: _pk_translate('General_RecordsToPlot_js')
});
}, 1);
},
......@@ -143,7 +143,7 @@
/**
* Returns the first datatable div displaying a specific report.
*
* @param {string} The report, eg, UserSettings.getWideScreen
* @param {string} report The report, eg, UserSettings.getWideScreen
* @return {Element} The datatable div displaying the report, or undefined if
* it cannot be found.
*/
......@@ -164,7 +164,7 @@
* Returns the datatable instance of the first datatable div displaying
* a specific report.
*
* @param {string} The report, eg, UserSettings.getWideScrren
* @param {string} report The report, eg, UserSettings.getWideScrren
* @return {DataTable} The DataTable instance created for the element, if
* the element can be found. undefined, if it can't be found.
*/
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter