From f22fcc2e59d91e42da5a0cf33a83457dabbd25b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 20 Jul 2014 18:12:54 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 1 + src/app/components/extend-jquery.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da543b6929..93a5aedddd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - [Issue #525](https://github.com/grafana/grafana/issues/525). InfluxDB: Enhanced series aliasing (legend names) with pattern replacements - [Issue #581](https://github.com/grafana/grafana/issues/581). InfluxDB: Add continuous query in series results (series typeahead). - [Issue #584](https://github.com/grafana/grafana/issues/584). InfluxDB: Support for alias & alias patterns when using raw query mode +- [Issue #394](https://github.com/grafana/grafana/issues/394). InfluxDB: Annotation support **Changes** - [Issue #536](https://github.com/grafana/grafana/issues/536). Graphite: Use unix epoch for Graphite from/to for absolute time ranges diff --git a/src/app/components/extend-jquery.js b/src/app/components/extend-jquery.js index 92dbadcedc6..00fe4666d6f 100644 --- a/src/app/components/extend-jquery.js +++ b/src/app/components/extend-jquery.js @@ -10,7 +10,7 @@ function ($) { $.fn.place_tt = (function () { var defaults = { offset: 5, - }; + }; return function (x, y, opts) { opts = $.extend(true, {}, defaults, opts);