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
path: root/js/jqplot
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-12-10 03:42:31 +0400
committerRouslan Placella <rouslan@placella.com>2012-12-14 23:05:04 +0400
commitfe95c8988d0616a5bb93805c9bcbf5c710b87e8e (patch)
tree47e457c13ba39664595911c718a24c0dd2754ad4 /js/jqplot
parentf7f15663e2b0e5221852a2e50ef5723071e440bc (diff)
phpcs fixes
Diffstat (limited to 'js/jqplot')
-rw-r--r--js/jqplot/plugins/jqplot.byteFormatter.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/js/jqplot/plugins/jqplot.byteFormatter.js b/js/jqplot/plugins/jqplot.byteFormatter.js
index 68d2d8625b..7a18370a75 100644
--- a/js/jqplot/plugins/jqplot.byteFormatter.js
+++ b/js/jqplot/plugins/jqplot.byteFormatter.js
@@ -1,4 +1,9 @@
-/* global PMA_messages */
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * jqplot formatter for byte values
+ *
+ * @package phpMyAdmin
+ */
(function($) {
"use strict";
var formatByte = function (val, index) {