Skip to content

Commit

Permalink
created better class struktures for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Feb 22, 2015
1 parent cca40de commit cc6c0db
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 405 deletions.
278 changes: 0 additions & 278 deletions GPL-LICENSE.txt

This file was deleted.

20 changes: 0 additions & 20 deletions MIT-LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Flot Charting Library Plugin to show Events-Markers

This plugin is based on [Joel Oughton](https://github.com/oughton)s ["Event Graphics" plugin](http://joeloughton.com/blog/web-applications/flot-plugins-event-graphics/) from the [https://github.com/oughton/flot-plugin-collection](flot-plugin-collection).

*Dual licensed under GPLv2 and MIT*
* Dual licensed under MIT and GPL-2.0+
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"homepage": "https://github.com/mojoaxel/flot-events",
"authors": [
"Joel Oughton <joeloughton@gmail.com>",
"Alexander Wunschik <alex@wunschik.net>"
"Joel Oughton <joeloughton@gmail.com>",
],
"description": "Plugin for the flot charting library to show event-markers",
"main": "dist/jquery.flot.events.js",
Expand All @@ -13,7 +13,10 @@
],
"keywords": [
"flot",
"markers"
"plugin",
"events",
"markers",
"markings"
],
"license": [
"MIT",
Expand Down
Loading

0 comments on commit cc6c0db

Please sign in to comment.