From dbd3af9d157b833058da32e8f6a1c1874733f363 Mon Sep 17 00:00:00 2001 From: ilvalle Date: Wed, 24 Apr 2013 09:00:39 +0200 Subject: [PATCH] made dateGenerator accessible from external plugin, this is useful for the tooltip plugin --- jquery.flot.time.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jquery.flot.time.js b/jquery.flot.time.js index 15f5281..75feefd 100644 --- a/jquery.flot.time.js +++ b/jquery.flot.time.js @@ -427,5 +427,6 @@ API.txt for details. // on the function, so we need to re-expose it here. $.plot.formatDate = formatDate; + $.plot.dateGenerator = dateGenerator; })(jQuery);