Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit 0d75486

Browse files
committed
Prep new release
- Style tweak - Minified file - Bump version
1 parent 40e8282 commit 0d75486

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flexmenu",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"homepage": "https://github.com/352Media/flexMenu",
55
"authors": [
66
"Ryan DeBeasi <[email protected]>"

Diff for: flexmenu.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* jQuery.flexMenu 1.4
1+
/* jQuery.flexMenu 1.4.2
22
https://github.com/352Media/flexMenu
33
Description: If a list is too long for all items to fit on one line, display a popup menu instead.
44
Dependencies: jQuery, Modernizr (optional). Without Modernizr, the menu can only be shown on click (not hover). */
@@ -100,7 +100,7 @@
100100
}
101101
if (!keepLooking) {
102102
break;
103-
}else{
103+
} else {
104104
$lastChild.appendTo($popup);
105105
}
106106
}

Diff for: flexmenu.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)