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 11.DS_Store
22/npm-debug.log
33/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.
4747The ` deltaFactor ` property was added to the event object in 3.1.5 so that the actual reported delta value can be
4848extracted. This is a non-standard property.
4949
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-
7850## Building the code in the repo
7951
8052``` sh
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments