Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnn + J.M <phpMyAdmin@ZweiSteinSoft.de>2014-06-29 20:44:09 +0400
committerAnn + J.M <phpMyAdmin@ZweiSteinSoft.de>2014-06-29 20:44:09 +0400
commit0676121253684bd1c421c026db638092038d8d3d (patch)
treeda5d83a4b5668d53d05cb95713404181bd0168df /js/tbl_zoom_plot_jqplot.js
parent8d9060dcf2bd55926f413317d291409e04951acc (diff)
Fix coding style
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
Diffstat (limited to 'js/tbl_zoom_plot_jqplot.js')
-rw-r--r--js/tbl_zoom_plot_jqplot.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tbl_zoom_plot_jqplot.js b/js/tbl_zoom_plot_jqplot.js
index 2540efea94..a22ce963ea 100644
--- a/js/tbl_zoom_plot_jqplot.js
+++ b/js/tbl_zoom_plot_jqplot.js
@@ -329,7 +329,7 @@ AJAX.registerOnload('tbl_zoom_plot_jqplot.js', function () {
series[0][searchedDataKey][0] =
getTimeStamp(selectedRow[xLabel], $('#types_0').val());
} else {
- // TODO: text values
+ ; // TODO: text values
}
currentChart.series[0].data = series[0];
// TODO: axis changing
@@ -345,7 +345,7 @@ AJAX.registerOnload('tbl_zoom_plot_jqplot.js', function () {
series[0][searchedDataKey][1] =
getTimeStamp(selectedRow[yLabel], $('#types_1').val());
} else {
- // TODO: text values
+ ; // TODO: text values
}
currentChart.series[0].data = series[0];
// TODO: axis changing