Skip to content

Commit 51822e0

Browse files
committed
Merge pull request #9 from lgoldstien/jQueryWidgetRewrite
jQuery widget rewrite
2 parents 92a6c4c + 574bb16 commit 51822e0

File tree

6 files changed

+15215
-121
lines changed

6 files changed

+15215
-121
lines changed

dragpan.jquery.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dragpan",
33
"title": "Dragpan",
44
"description": "A jQuery plugin designed to allow click and drag panning of a scrollable element",
5-
"version": "0.1.0",
5+
"version": "1.0.0",
66
"homepage": "https://github.com/lgoldstien/jquery-dragpan",
77
"author": {
88
"name": "Lawrence Goldstien",
@@ -21,7 +21,11 @@
2121
}
2222
],
2323
"dependencies": {
24-
"jquery": "*"
24+
"jquery": "*",
25+
"jquery-ui": "*"
2526
},
26-
"keywords": []
27+
"keywords": [
28+
"panning",
29+
"user interaction"
30+
]
2731
}

libs/jquery-loader.js

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

0 commit comments

Comments
 (0)