Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Update to use jQuery proper rather then jquery-browserify
Browse files Browse the repository at this point in the history
Closes gh-127
arschmitz committed Jul 1, 2015
1 parent ef13e9c commit 0657da1
Showing 4 changed files with 7,264 additions and 7,313 deletions.
27 changes: 0 additions & 27 deletions mousewheel.jquery.json

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -45,9 +45,7 @@
"directories": {
"test": "test"
},
"jam": {
"dependencies": {
"jquery": ">=1.7.0"
}
"peerDependencies": {
"jquery": ">=1.7.0"
}
}
14,540 changes: 7,260 additions & 7,280 deletions test/browserify/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/browserify/main.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
var $ = require('jquery-browserify');
require('../../jquery.mousewheel.js')($);
$ = require('jquery');
require('../../jquery.mousewheel.js');

0 comments on commit 0657da1

Please sign in to comment.