diff --git a/jquery.flot.js b/jquery.flot.js
index 8f6023f..69ac139 100644
--- a/jquery.flot.js
+++ b/jquery.flot.js
@@ -40,12 +40,12 @@ Licensed under the MIT license.
// Add default styles for tick labels and other text
- var STYLES = [
- ".flot-tick-label {font-size:smaller;color:#545454;}"
- ];
-
$(function() {
- $("head").prepend("");
+ $("head").prepend([
+ ""
+ ].join(""));
});
///////////////////////////////////////////////////////////////////////////