Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Mar 7, 2015
1 parent 3157b80 commit c6681bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 2 additions & 3 deletions jquery.flot.events.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <alex@wunschik.net>
* Joel Oughton <joeloughton@gmail.com>
Expand Down Expand Up @@ -298,7 +298,6 @@
marker.data({
"event": event
});
console.log(marker);

var mouseenter = function(){
var pos = $(this).offset();
Expand Down Expand Up @@ -429,6 +428,6 @@
init: init,
options: defaultOptions,
name: "events",
version: "0.2.3"
version: "0.2.4"
});
})(jQuery);

0 comments on commit c6681bb

Please sign in to comment.