Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Remove useless variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Oct 31, 2015
1 parent 5a469a5 commit d1db6a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/options/zoomOnWheel.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $(function () {
}));
},

zoom: function (e) {
zoom: function () {
QUnit.test('options.zoomOnWheel: true', function (assert) {
assert.ok(true);
});
Expand All @@ -38,7 +38,7 @@ $(function () {
}));
},

zoom: function (e) {
zoom: function () {
QUnit.test('options.zoomOnWheel: false', function (assert) {
assert.ok(false);
});
Expand Down

0 comments on commit d1db6a4

Please sign in to comment.