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:
Diffstat (limited to 'js/src/jqplot/plugins/jqplot.byteFormatter.js')
-rw-r--r--js/src/jqplot/plugins/jqplot.byteFormatter.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/src/jqplot/plugins/jqplot.byteFormatter.js b/js/src/jqplot/plugins/jqplot.byteFormatter.js
index 6196961ef2..13280c6712 100644
--- a/js/src/jqplot/plugins/jqplot.byteFormatter.js
+++ b/js/src/jqplot/plugins/jqplot.byteFormatter.js
@@ -1,3 +1,5 @@
+import $ from 'jquery';
+
/**
* jqplot formatter for byte values
*
@@ -49,4 +51,4 @@
}
};
};
-}(jQuery));
+}($));