File tree Expand file tree Collapse file tree 6 files changed +0
-9510
lines changed Expand file tree Collapse file tree 6 files changed +0
-9510
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
/npm-debug.log
3
3
/node_modules
4
- /test /browserify /node_modules
Original file line number Diff line number Diff line change @@ -47,34 +47,6 @@ event property to find the scroll distance the browser reported.
47
47
The ` deltaFactor ` property was added to the event object in 3.1.5 so that the actual reported delta value can be
48
48
extracted. This is a non-standard property.
49
49
50
-
51
- ## Using with [ Browserify] ( http://browserify.org )
52
-
53
- Support for browserify is baked in.
54
-
55
- ``` bash
56
- npm install jquery-mousewheel
57
- npm install jquery-browserify
58
- ```
59
-
60
- In your server-side node.js code:
61
-
62
- ``` js
63
- var express = require (' express' );
64
- var app = express .createServer ();
65
-
66
- app .use (require (' browserify' )({
67
- require : [ ' jquery-browserify' , ' jquery-mousewheel' ]
68
- }));
69
- ```
70
-
71
- In your browser-side javascript:
72
-
73
- ``` js
74
- var $ = require (' jquery-browserify' );
75
- require (' jquery-mousewheel' )($);
76
- ```
77
-
78
50
## Building the code in the repo
79
51
80
52
``` sh
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments