Merge pull request #1012 from smajl/patch-1
Make jQuery.dotdotdot overrides work again
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"main": "src/jquery.dotdotdot",
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "*"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"jquery.dotdotdot": {
|
||||||
|
"deps": [
|
||||||
|
"jquery"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
+1
-1
@@ -358,7 +358,7 @@
|
|||||||
"jquery-hoverIntent": "github:briancherne/jquery-hoverIntent",
|
"jquery-hoverIntent": "github:briancherne/jquery-hoverIntent",
|
||||||
"jquery-pjax": "github:defunkt/jquery-pjax",
|
"jquery-pjax": "github:defunkt/jquery-pjax",
|
||||||
"jquery.cookie": "github:carhartl/jquery-cookie",
|
"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.hammer": "github:hammerjs/jquery.hammer.js",
|
||||||
"jquery.tipTip": "github:drewwilson/TipTip",
|
"jquery.tipTip": "github:drewwilson/TipTip",
|
||||||
"jquery.carouFredSel": "github:gilbitron/carouFredSel",
|
"jquery.carouFredSel": "github:gilbitron/carouFredSel",
|
||||||
|
|||||||
Reference in New Issue
Block a user