1

Add jquery-mousewheel v3.1.11.

This commit is contained in:
vonavi
2014-07-08 16:43:18 +03:00
parent 8219c0d03a
commit c6593632cd
17 changed files with 10395 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# browserify test
First run
```js
npm install jquery-browserify
```
Then run
```js
browserify main.js > bundle.js
```
Then open index.html and console and scroll with the mousewheel. Should see the events being logged.