File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Mouse Wheel ChangeLog
2
2
3
- ## 3.1.8-pre
3
+ ## 3.1.8
4
4
5
5
* Even better handling of older browsers that use a wheelDelta based on 120
6
6
* And fix version reported by ` $.event.special.mousewheel `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jquery-mousewheel" ,
3
- "version" : "3.1.8-pre ,
3
+ "version" : "3.1.8,
4
4
"main" : " ./jquery.mousewheel.js" ,
5
5
"ignore" : [
6
6
" *.json" ,
Original file line number Diff line number Diff line change 1
1
/*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
2
2
* Licensed under the MIT License (LICENSE.txt).
3
3
*
4
- * Version: 3.1.8-pre
4
+ * Version: 3.1.8
5
5
*
6
6
* Requires: jQuery 1.2.2+
7
7
*/
32
32
}
33
33
34
34
var special = $ . event . special . mousewheel = {
35
- version : '3.1.8-pre ' ,
35
+ version : '3.1.8' ,
36
36
37
37
setup : function ( ) {
38
38
if ( this . addEventListener ) {
Original file line number Diff line number Diff line change 7
7
" mouse" ,
8
8
" event"
9
9
],
10
- "version" : " 3.1.8-pre " ,
10
+ "version" : " 3.1.8" ,
11
11
"author" : {
12
12
"name" : " Brandon Aaron" ,
13
13
"url" : " http://brandon.aaron.sh"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jquery-mousewheel" ,
3
- "version" : " 3.1.8-pre " ,
3
+ "version" : " 3.1.8" ,
4
4
"author" : " Brandon Aaron (http://brandon.aaron.sh)" ,
5
5
"description" : " A jQuery plugin that adds cross-browser mouse wheel support." ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments