Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bower_components/jquery-mousewheel/README.md')
-rw-r--r--libs/bower_components/jquery-mousewheel/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/bower_components/jquery-mousewheel/README.md b/libs/bower_components/jquery-mousewheel/README.md
index e64cd5f656..a03fdde898 100644
--- a/libs/bower_components/jquery-mousewheel/README.md
+++ b/libs/bower_components/jquery-mousewheel/README.md
@@ -48,9 +48,6 @@ The `deltaFactor` property was added to the event object in 3.1.5 so that the ac
extracted. This is a non-standard property.
-## See it in action
-[See the tests on Github](http://brandonaaron.github.io/jquery-mousewheel/test).
-
## Using with [Browserify](http://browserify.org)
Support for browserify is baked in.
@@ -77,9 +74,3 @@ In your browser-side javascript:
var $ = require('jquery-browserify');
require('jquery-mousewheel')($);
```
-
-## License
-
-This plugin is licensed under the [MIT License](LICENSE.txt).
-
-Copyright (c) 2013 [Brandon Aaron](http://brandon.aaron.sh)