Merge pull request #185 from smajl/jquery-hoverIntent
jquery-hoverIntent
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"main": "jquery.hoverIntent",
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"jquery": "*"
|
||||
},
|
||||
"shim": {
|
||||
"jquery.hoverIntent": {
|
||||
"deps": ["jquery"],
|
||||
"exports": "$"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -121,6 +121,7 @@
|
||||
"jiff": "github:cujojs/jiff",
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery-file-upload": "github:blueimp/jQuery-File-Upload",
|
||||
"jquery-hoverIntent": "github:briancherne/jquery-hoverIntent",
|
||||
"jquery-pjax": "github:defunkt/jquery-pjax",
|
||||
"jquery.cookie": "github:carhartl/jquery-cookie",
|
||||
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
|
||||
|
||||
Reference in New Issue
Block a user