Job detail page

Attempt to get mousewheel (trackpad) scrolling to not be super aggressive.
This commit is contained in:
Chris Houseknecht
2014-07-02 12:34:54 -04:00
parent 85457eec87
commit 7e45143fa1
15 changed files with 9911 additions and 30 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.