Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bootstrap-hover-dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@
// apply dropdownHover to all elements with the data-hover="dropdown" attribute
$('[data-hover="dropdown"]').dropdownHover();
});
})(jQuery, this);
})(jQuery, window);
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "bootstrap-hover-dropdown",
"version": "2.0.11",
"description": "An unofficial Bootstrap plugin to enable Bootstrap dropdowns to activate on hover and provide a nice user experience.",
"main": "bootstrap-hover-dropdown.js",
"repository": {
"type": "git",
"url": "[email protected]:CWSpear/bootstrap-hover-dropdown.git"
},
"keywords": [
"twitter",
"bootstrap",
"hover",
"dropdowns"
],
"author": "Cameron Spear",
"license": "MIT",
"bugs": {
"url": "https://github.com/CWSpear/bootstrap-hover-dropdown/issues"
},
"homepage": "https://github.com/CWSpear/bootstrap-hover-dropdown"
}