Added jquery.jScrollPane

This commit is contained in:
Evgeniy Poturaev
2015-09-08 10:41:04 +03:00
parent ce185a005a
commit 673b4693d9
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"main": "script/jquery.jscrollpane",
"dependencies": {
"jquery": "*"
},
"shim": {
"script/jquery.jscrollpane": {
"deps": [
"jquery",
"../style/jquery.jscrollpane.css!"
]
}
}
}
+1
View File
@@ -235,6 +235,7 @@
"jquery.tipTip": "github:drewwilson/TipTip",
"jquery.dotdotdot": "github:BeSite/jQuery.dotdotdot",
"jquery.carouFredSel": "github:gilbitron/carouFredSel",
"jquery.jScrollPane": "github:vitch/jScrollPane",
"jquery-validation": "github:jzaefferer/jquery-validation",
"jquery-validation-unobtrusive": "github:aspnet/jquery-validation-unobtrusive",
"js-beautify": "github:beautify-web/js-beautify",