Skip to content

Commit 93a20ce

Browse files
committed
Add version to comment at the top of code. Closes #66.
1 parent af324aa commit 93a20ce

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

bootstrap-hover-dropdown.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
/**
2+
* @preserve
23
* Project: Bootstrap Hover Dropdown
34
* Author: Cameron Spear
5+
* Version: v2.0.10
46
* Contributors: Mattia Larentis
5-
*
67
* Dependencies: Bootstrap's Dropdown plugin, jQuery
7-
*
8-
* A simple plugin to enable Bootstrap dropdowns to active on hover and provide a nice user experience.
9-
*
8+
* Description: A simple plugin to enable Bootstrap dropdowns to active on hover and provide a nice user experience.
109
* License: MIT
11-
*
12-
* http://cameronspear.com/blog/bootstrap-dropdown-on-hover-plugin/
10+
* Homepage: http://cameronspear.com/blog/bootstrap-dropdown-on-hover-plugin/
1311
*/
1412
;(function ($, window, undefined) {
1513
// outside the scope of the jQuery plugin to

bootstrap-hover-dropdown.min.js

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)