Skip to content

Commit 6966f40

Browse files
committed
Merge 'Fixed Code Style aterrien#219'
1 parent b3e18cf commit 6966f40

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aterrien/jQuery-Knob",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"main": "js/jquery.knob.js",
55
"description": "Nice, downward compatible, touchable, jQuery dial.",
66
"license": "MIT",

js/jquery.knob.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Downward compatible, touchable dial
44
*
5-
* Version: 1.2.9
5+
* Version: 1.2.10
66
* Requires: jQuery v1.7+
77
*
88
* Copyright (c) 2012 Anthony Terrien
@@ -797,5 +797,5 @@
797797
}
798798
).parent();
799799
};
800-
800+
801801
}));

knob.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ui",
1010
"input"
1111
],
12-
"version": "1.2.9",
12+
"version": "1.2.10",
1313
"author": {
1414
"name": "Anthony Terrien",
1515
"url": "https://github.com/aterrien"

0 commit comments

Comments
 (0)