Commit e2147c07 authored by David Schnur's avatar David Schnur

Merge pull request #1028 from ilvalle/master

Make dateGenerator publicly accessible.
parents 6d1db085 dbd3af9d
...@@ -427,5 +427,6 @@ API.txt for details. ...@@ -427,5 +427,6 @@ API.txt for details.
// on the function, so we need to re-expose it here. // on the function, so we need to re-expose it here.
$.plot.formatDate = formatDate; $.plot.formatDate = formatDate;
$.plot.dateGenerator = dateGenerator;
})(jQuery); })(jQuery);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment