Merge pull request #1012 from smajl/patch-1

Make jQuery.dotdotdot overrides work again
This commit is contained in:
Guy Bedford
2016-12-19 17:21:17 +02:00
committed by GitHub
3 changed files with 14 additions and 1 deletions
@@ -0,0 +1,13 @@
{
"main": "src/jquery.dotdotdot",
"dependencies": {
"jquery": "*"
},
"shim": {
"jquery.dotdotdot": {
"deps": [
"jquery"
]
}
}
}
+1 -1
View File
@@ -358,7 +358,7 @@
"jquery-hoverIntent": "github:briancherne/jquery-hoverIntent",
"jquery-pjax": "github:defunkt/jquery-pjax",
"jquery.cookie": "github:carhartl/jquery-cookie",
"jquery.dotdotdot": "github:BeSite/jQuery.dotdotdot",
"jquery.dotdotdot": "github:FrDH/jQuery.dotdotdot",
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
"jquery.tipTip": "github:drewwilson/TipTip",
"jquery.carouFredSel": "github:gilbitron/carouFredSel",