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!"
]
}
}
}