From c6681bbd69f88f8de6e07c8b7c5a045a071617a9 Mon Sep 17 00:00:00 2001 From: mojoaxel Date: Sat, 7 Mar 2015 16:17:07 +0100 Subject: [PATCH] removed console.log --- README.md | 3 +++ bower.json | 2 +- jquery.flot.events.js | 5 ++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad9f446..4ccf16a 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ This plugin is based on [Joel Oughtons](https://github.com/oughton) ["Event Grap ## Versions +### 0.2.4 +* removed `console.log` + ### 0.2.3 * added option "markerTooltip" with default `true` diff --git a/bower.json b/bower.json index 75d15ed..93ac6f6 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "flot-events", - "version": "0.2.3", + "version": "0.2.4", "homepage": "http://mojoaxel.github.io/flot-events", "authors": [ "Alexander Wunschik", diff --git a/jquery.flot.events.js b/jquery.flot.events.js index c1a3284..3b3b81d 100644 --- a/jquery.flot.events.js +++ b/jquery.flot.events.js @@ -2,7 +2,7 @@ * jquery.flot.events * * description: Flot plugin for adding events/markers to the plot - * version: 0.2.3 + * version: 0.2.4 * authors: * Alexander Wunschik * Joel Oughton @@ -298,7 +298,6 @@ marker.data({ "event": event }); - console.log(marker); var mouseenter = function(){ var pos = $(this).offset(); @@ -429,6 +428,6 @@ init: init, options: defaultOptions, name: "events", - version: "0.2.3" + version: "0.2.4" }); })(jQuery);