Skip to content

Commit 4a707c2

Browse files
committed
Remove browserify test
Fixes #150
1 parent f7d64c7 commit 4a707c2

File tree

6 files changed

+0
-9510
lines changed

6 files changed

+0
-9510
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.DS_Store
22
/npm-debug.log
33
/node_modules
4-
/test/browserify/node_modules

README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -47,34 +47,6 @@ event property to find the scroll distance the browser reported.
4747
The `deltaFactor` property was added to the event object in 3.1.5 so that the actual reported delta value can be
4848
extracted. 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

test/browserify/README.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)