mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-subtree-dir: lib/jquery-mousewheel git-subtree-mainline: 11c222ff06875669e0a908599ee9dafb7516d0bc git-subtree-split: b1c062e93b44f473022297c386d57fa7e58b6aae
16 lines
224 B
Markdown
16 lines
224 B
Markdown
# 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.
|